Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created February 7, 2018 10:51
Show Gist options
  • Save goyalrohit/f1ac86e666c7607ed27035cd925505e0 to your computer and use it in GitHub Desktop.
Save goyalrohit/f1ac86e666c7607ed27035cd925505e0 to your computer and use it in GitHub Desktop.
def greet(msg):
return msg.upper()
print greet('Welcome to Functional Programming')
message = greet
print message('Welcome to Functional Programming')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment