Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active October 19, 2017 01:05
Show Gist options
  • Save kjunichi/10610693 to your computer and use it in GitHub Desktop.
Save kjunichi/10610693 to your computer and use it in GitHub Desktop.
主にCheck iOと通じて学習したことをメモする

覚えたこと

if文の書き方

if hoge() == 0 and bar() == 0 :
  aaaa()
elif goo() :
  bbb()

Link

関連

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