What will be the output:
temp = ['Lists', 'for', 'Exam ']
arr = [[0].upper( for i in temp]
print(arr) |
Answers
Answered by
0
Answer:
What will be the output:
temp = ['Lists', 'for', 'Exam ']
arr = [[0].upper( for i in temp]
print(arr) |
Similar questions