Computer Science, asked by jayashreevirgo, 8 months ago

t3=(6,7)
t4=t3*3
print(t4)
t5=t4*(2)
print(t5)
t6=t5*(1)
print(t6)

Answers

Answered by Crackanyexamdotcom
0

Answer:

which programming language is this?

Similar questions