Computer Science, asked by paritoshsingh020708, 8 months ago

write a program to display your name ten times in python ​

Answers

Answered by pankaj7570041621
1

Answer:

i=0

while i<10;

print("your name")

i+=1

Similar questions