python代码运行结果在哪显示?
这里以python自带的IDE,来演示步骤
相关推荐:《python视频》
第一步,点击开始菜单栏,在搜索栏输入IDLE,并打开shell。
第二步,在shell模式下,代码运行显示,输入print("hello world"),然后回车。
第三步,新建hello world.py文件,并保存。
第四步,输入print("hello world")
第五步,点击run,运行代码,显示运行结果。
Atas ialah kandungan terperinci python代码运行结果的显示. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!