ファイルを展開後対話モードに入る

投稿者: | 2月 22, 2021

ファイル名の前に “-i” をつける

$ ~/Desktop$ python -i chap1-4-1.py

-i  When a script is passed as first argument or the -c option is
used, enter interactive mode after executing the script or the
command.