Skip to content

Instantly share code, notes, and snippets.

@Pierian-Data
Created March 1, 2018 17:07
Show Gist options
  • Save Pierian-Data/08bfae4a28647fd2e99f6f392da471a3 to your computer and use it in GitHub Desktop.
Save Pierian-Data/08bfae4a28647fd2e99f6f392da471a3 to your computer and use it in GitHub Desktop.
def myfunc():
print('Hello World')
@fgang1990
Copy link

def say_hi (name= 'your name'):
Print (f'Hi {f'Hello {name}')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment