Skip to content

Instantly share code, notes, and snippets.

@nehalelkaref
Last active March 9, 2016 22:34
Show Gist options
  • Select an option

  • Save nehalelkaref/a49d23e5792f343218f0 to your computer and use it in GitHub Desktop.

Select an option

Save nehalelkaref/a49d23e5792f343218f0 to your computer and use it in GitHub Desktop.
name=str(input())
age=int(input())
age_difference=100-age
year=2015 + age_difference
number_of_copies=int(input())
print((("Dear",name, ", you will be 100 years old in the year", year)*(number_of_copies))))
@mprat
Copy link

mprat commented Mar 9, 2016

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment