Skip to content

Instantly share code, notes, and snippets.

@Saketh143
Created June 10, 2020 19:26
Show Gist options
  • Save Saketh143/f552e92805756f34ab2084ff626d3311 to your computer and use it in GitHub Desktop.
Save Saketh143/f552e92805756f34ab2084ff626d3311 to your computer and use it in GitHub Desktop.
name=input("give me your name: ")
print("you entered name is" + name)
age= int(input("enter your age:"))
age=100-age
n=input("how many times u want message output:")
n=int(n)
print(n*("\nyou need %d years to become 100" %(age)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment