Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created January 23, 2020 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Allwin12/33141f16670c5eb9e036adc46ebeefce to your computer and use it in GitHub Desktop.
Save Allwin12/33141f16670c5eb9e036adc46ebeefce to your computer and use it in GitHub Desktop.
def add_three():
"""Return 3 + the number entered by the user."""
number = int(input('Enter a number: '))
return number + 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment