Skip to content

Instantly share code, notes, and snippets.

@akhildevelops
Created March 14, 2016 17:28
Show Gist options
  • Save akhildevelops/0912010698c7d554d160 to your computer and use it in GitHub Desktop.
Save akhildevelops/0912010698c7d554d160 to your computer and use it in GitHub Desktop.
name=raw_input("Write your Name: ")
Age=input("Enter your Age: ")
n=input("number of repeations: ")
k="You shall becom 100 yrs by %d, %s" % (2016 + (100-Age),name)
print (k+'\n')*(n-1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment