Created
September 24, 2018 02:33
-
-
Save TheRealNoob/ef309dd21167dff90f7d86e5ffb0c8df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def function_x(enemy): | |
print(enemy) | |
def function_y: | |
enemy = "energizer" | |
function_x(enemy=enemy) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment