Skip to content

Instantly share code, notes, and snippets.

@yuitest
Created March 6, 2015 15:35
Show Gist options
  • Save yuitest/1692fbde5c95005aced7 to your computer and use it in GitHub Desktop.
Save yuitest/1692fbde5c95005aced7 to your computer and use it in GitHub Desktop.
end = None
def hoge():
print(1)
end
def fuga():
print(2)
end
def piyo():
print(3)
end
hoge()
fuga()
piyo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment