-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- if foo == 'blah': do_blah_thing()
- else: do_non_blah_thing()
- try: something()
- finally: cleanup()
- do_one(); do_two(); do_three(long, argument,
- list, like, this)
- if foo == 'blah': one(); two(); three()
|