Skip to content

Instantly share code, notes, and snippets.

@HFreni
Created February 6, 2016 07:51
Show Gist options
  • Save HFreni/4653c7a6bfea214c5065 to your computer and use it in GitHub Desktop.
Save HFreni/4653c7a6bfea214c5065 to your computer and use it in GitHub Desktop.
def f(x):
return x**2
print(str(f(4)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment