A ring that takes from the user a number and prints it with stars
a=int(input("Enter number")) for aa in a: print("*")