Computer Science, asked by jayashreevirgo, 10 months ago

find and write the output of following python code
x=['ab','cd']
for i in x:
print(i.upper())

Answers

Answered by jessicashegin
2

Answer:

Output:

AB

CD

Explanation:

Answered by yaduvanshikiits
1

Explanation:

output:

AB

CD

hope it help yoy!

Similar questions