IDLE in Python (Ubuntu)

Posted kaiming

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDLE in Python (Ubuntu)相关的知识,希望对你有一定的参考价值。

To lauch IDLE in the Current Woking Directory

>>> usr/bin/idle3

 

Alt + n  # next command

Alt+p  # previous command

 >>> import os  # os module
>>> os.getcwd() # get Current Working Directory
‘/home/kaiming/Documents/Python‘

>>> os.chdir(‘/home/kaiming/Documents/Python/test‘) # Change DIRectory
>>> os.getcwd()
‘/home/kaiming/Documents/Python/test‘

以上是关于IDLE in Python (Ubuntu)的主要内容,如果未能解决你的问题,请参考以下文章

python 入门idle3

为啥python没有idle

win7装了python右键点.py的文件没有idle编辑的选项

Ubuntu14.04下Python3.4启动IDLE

Python IDLE编辑器打开后缀名为.py的文件

py文件打开方式设置为IDLE默认