Skip to content

Instantly share code, notes, and snippets.

@hamaguchi-amago
Created January 18, 2023 18:06
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 hamaguchi-amago/3c866cef01d241b18873ad5fccab29c3 to your computer and use it in GitHub Desktop.
Save hamaguchi-amago/3c866cef01d241b18873ad5fccab29c3 to your computer and use it in GitHub Desktop.
print("入力してください:", end="")
x = input()
print(f"入力:{x}")
@hamaguchi-amago
Copy link
Author

ブログのサンプルとして作成しました。

【Python】input関数を使って入力を受け取る
https://neko-py.com/python-input

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