暗黑模式
...
python3
How to exit interpreter:
CTRL+D
CTRL+Z
quit()
exit()
python3 -c
python3 -c "print('Hello World')"