Which of the following would produce this list? [65, 66, 67, 68]
Posted: Mon Aug 01, 2022 9:35 am
Which of the following would produce this list?
[65, 66, 67, 68]
A. range(1,4) + 64
B. for x(4)+64
C. map(ord, ג€ABCDג€)
D. range(4)+ 65
[65, 66, 67, 68]
A. range(1,4) + 64
B. for x(4)+64
C. map(ord, ג€ABCDג€)
D. range(4)+ 65