Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created August 1, 2019 05:37
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 nekoppy/50e09e9a5f9f4b732f93d84f361e9d89 to your computer and use it in GitHub Desktop.
Save nekoppy/50e09e9a5f9f4b732f93d84f361e9d89 to your computer and use it in GitHub Desktop.
if-input
point_input = input("あなたの点数は?")
point = int(point_input)
if point >= 80:
print("あなたの成績は優です。")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment