Skip to content

Instantly share code, notes, and snippets.

@vinimonteiro
Created April 14, 2021 19:33
Show Gist options
  • Select an option

  • Save vinimonteiro/f284f5f5990bdbda247b524976357ee7 to your computer and use it in GitHub Desktop.

Select an option

Save vinimonteiro/f284f5f5990bdbda247b524976357ee7 to your computer and use it in GitHub Desktop.
Hello World in Python
$ python
>>> print('Hello World')
Hello World
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment