Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 8, 2018 09:20
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 mistyrinth/bc7906f55c285544bfa4e6f9cded9bbd to your computer and use it in GitHub Desktop.
Save mistyrinth/bc7906f55c285544bfa4e6f9cded9bbd to your computer and use it in GitHub Desktop.
print("Hello " + "World", "\n")
str1 = "文字列1があって"
str2 = "文字列2が続きます"
print(str1 + str2, "\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment