Skip to content

Instantly share code, notes, and snippets.

@hyperair
Created July 4, 2016 08:29
Show Gist options
  • Save hyperair/4f12bcc6c3eb42697c3d550a88383c52 to your computer and use it in GitHub Desktop.
Save hyperair/4f12bcc6c3eb42697c3d550a88383c52 to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
from __future__ import print_function
def foo(a,
b,
c):
print(a, b, c)
foo(1, 2, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment