摘要: eclipse #java Ide 支持python ,c,c++ visual studio 用于Python,c++,java,c# pycharm用于python 开发; 阅读全文
posted @ 2021-01-07 21:54 TwoDragon 阅读(100) 评论(0) 推荐(0)
摘要: 1、算术运算符(+ - * /)、赋值运算符(a<b<c) python 不仅支持 a<b 还支持a<b<c 2、逻辑运算符(+= -= *= /=) 3、短路原则 (not (not True)) or (False and (not True)) 4、 while循环语句 while 条件 : 阅读全文
posted @ 2021-01-07 21:07 TwoDragon 阅读(47) 评论(0) 推荐(0)
摘要: cmd.exe print("hello world") 选择目录 cd c:\ cd的意思是change directory dir 查看当前文件 启动python程序时,需要写 d:\文件名首字母然后按Tab健,一直循环下去; 返回上一层目录 cd .. cd ../.. 从c盘切入d盘只需要输 阅读全文
posted @ 2021-01-07 17:20 TwoDragon 阅读(43) 评论(0) 推荐(0)