Computer Science, asked by dasp727883, 3 months ago

x = (ab, cd)

for i in x:

i.upper()

x[0]=”bc"

print(x)​

Answers

Answered by greatsingh144
1

Answer:

x = (ab, cd)

for i in x:

i.upper()

x[0]=”bc"

print(x)

Similar questions