python shell是啥 啥是python shell


python shell是啥 啥是python shell

文章插图
python shell是啥 啥是python shell (1)、python shell是Python的命令行 。
(2)、shell中最常用的是ls命令,python对应的写法是:os.listdir(dirname),这个函数返回字符串列表,里面是所有的文件名,不过不包含”.”和”..” 。
【python shell是啥 啥是python shell】(3)、如果要遍历整个目录的话就会比较复杂一点,在解释器里试一下: >>... 。