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
Which of the following would produce this list? [65, 66, 67, 68]
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following would produce this list? [65, 66, 67, 68]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!