Created
February 4, 2021 20:05
-
-
Save vinimonteiro/7c856f21a56bdd01be55cf407cf9bbba to your computer and use it in GitHub Desktop.
Python Terminal Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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