This file contains 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
/usr/local/bin/python3.8 "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/pydevconsole.py" --mode=client --port=62510 | |
import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
sys.path.extend(['/Users/lalfaro/Library/Mobile Documents/com~apple~CloudDocs/CursoPythonICAI']) | |
PyDev console: starting. | |
Python 3.8.5 (v3.8.5:580fbb018f, Jul 20 2020, 12:11:27) | |
[Clang 6.0 (clang-600.0.57)] on darwin | |
>>> 10==9 |