Computer Science, asked by sc0048287, 5 months ago

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 kunalhedaoo25
0

Answer:

Error because of invalid identifier  

Similar questions