Skip to content

Instantly share code, notes, and snippets.

@RainbowLegend
Last active October 13, 2018 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RainbowLegend/289159a0c6fbe59ea7416d665699ce3a to your computer and use it in GitHub Desktop.
Save RainbowLegend/289159a0c6fbe59ea7416d665699ce3a to your computer and use it in GitHub Desktop.
import newfunc
bar = 3
def anotherfunc(bar):
bar = bar**bar
newfunc.foo(bar)
def foo(bar):
"""Basically a thing to do a thing."""
bar = bar ** bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment