Skip to content

Instantly share code, notes, and snippets.

@Billmike
Last active April 26, 2020 12:06
Show Gist options
  • Save Billmike/049aa2473b61ba04bd4e3091202a416a to your computer and use it in GitHub Desktop.
Save Billmike/049aa2473b61ba04bd4e3091202a416a to your computer and use it in GitHub Desktop.
def cube(num):
return num*num*num
print(3 + cube(3)) #30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment