Skip to content

Instantly share code, notes, and snippets.

@mehagar
Created November 12, 2019 14:03
Show Gist options
  • Save mehagar/38280f87354a298ee8ab2bd69f0afbba to your computer and use it in GitHub Desktop.
Save mehagar/38280f87354a298ee8ab2bd69f0afbba to your computer and use it in GitHub Desktop.
test Description from pycharm
print('Hello World')
x = 4
def myFunction(y):
return x + 3
print(myFunction(4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment