Skip to content

Instantly share code, notes, and snippets.

@vinimonteiro
Created February 4, 2021 20:05
Show Gist options
  • Select an option

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

Select an option

Save vinimonteiro/7c856f21a56bdd01be55cf407cf9bbba to your computer and use it in GitHub Desktop.
Python Terminal Example
(base) Viniciuss-MacBook-Pro:main-service viniciusmonteiro$ python
Python 3.8.3 (default, Jul 2 2020, 11:26:31)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello World")
Hello World
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment