Skip to content

Instantly share code, notes, and snippets.

@hyperair
Created July 4, 2016 08:32
Show Gist options
  • Save hyperair/9a70d88749a8782f2902771942b06074 to your computer and use it in GitHub Desktop.
Save hyperair/9a70d88749a8782f2902771942b06074 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