Computer Science, asked by dbhandari592, 3 months ago


Write a program that asks your name and displays its first characters 10 times.​

Answers

Answered by kranlunia
1

Answer:

a=input("Enter the name:")

print(a*10)

Similar questions