Computer Science, asked by playznik51, 7 months ago

What will be the output:
temp = ['Lists', 'for', 'Exam ']
arr = [[0].upper( for i in temp]
print(arr) |​

Answers

Answered by jagadishwagh
0

Answer:

What will be the output:

temp = ['Lists', 'for', 'Exam ']

arr = [[0].upper( for i in temp]

print(arr) |

Similar questions