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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=3808 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> import os | |
| >>> os.getcwd() |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=3808 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> import os | |
| >>> os.getcwd() |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=14563 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> len('_') | |
| 1 |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=13880 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> vec = [2, 4, 6] | |
| >>> [3*x for x in vec] |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=12461 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> list1 = [1, 2,3,4,5] | |
| >>> list1[0:0] = 0 |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=10505 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> list1 = ['Google', 'Runoob', 1997, 2000] | |
| ... list2 = [1, 2, 3, 4, 5 ] |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=9546 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> a = 0011 1100 | |
| File "<input>", line 1 |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=1287 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> # Python 习惯26例 | |
| >>> # 75 /返回浮点数 |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=1287 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> # Python 习惯26例 | |
| >>> # 75 /返回浮点数 |
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
| D:\file\python_test\venv\Scripts\python.exe "D:\pycharm\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevconsole.py" --mode=client --port=1287 | |
| import sys; print('Python %s on %s' % (sys.version, sys.platform)) | |
| sys.path.extend(['D:\\file\\python_test', 'D:/file/python_test']) | |
| PyDev console: starting. | |
| Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32 | |
| >>> # Python 习惯26例 | |
| >>> # 75 /返回浮点数 |
NewerOlder