Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created February 22, 2017 01: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 chuck0523/d81cb35385f34d5b0e127a5b4dfc85ff to your computer and use it in GitHub Desktop.
Save chuck0523/d81cb35385f34d5b0e127a5b4dfc85ff to your computer and use it in GitHub Desktop.
# 単純入力
## Python3では、raw_inputは廃止された。inputを用いる。
S1 = input()
# 単純出力
print("aaa") # aaa
## Python2では print "aaa"だったが、3ではカッコが必要。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment