Find the output of the following program:
x = ['Python', 'is','fun']
for i in range(0,2):
X.append(x[i].upper())
print(x)
Answers
Answered by
0
Answer:
Error because of invalid identifier
Similar questions