Skip to content

Instantly share code, notes, and snippets.

@River2056
Created September 16, 2020 05:29
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 River2056/da3b91be64040b04f1e8849175459a6b to your computer and use it in GitHub Desktop.
Save River2056/da3b91be64040b04f1e8849175459a6b to your computer and use it in GitHub Desktop.
age = 17
print('Hello there, are you over 18 years old?')
print(f'{"yes" if age >= 18 else "no"}') # 輸出no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment