01 2021 档案
摘要:1、数值 数字 整数 int(interger) 整型、长整形在python3上已经不区分;
阅读全文
摘要:fullstack 全栈式 interpreter 解释器 右键点击显示show diff shift+F6 显示出代码有何不同 1、设置字体和设置自动生成作者和时间 VIEW——apprearance——toolbars 设置里设置font里Dialoginput,然后apply 自动生成作者和时
阅读全文
摘要:eclipse #java Ide 支持python ,c,c++ visual studio 用于Python,c++,java,c# pycharm用于python 开发;
阅读全文
摘要:1、算术运算符(+ - * /)、赋值运算符(a<b<c) python 不仅支持 a<b 还支持a<b<c 2、逻辑运算符(+= -= *= /=) 3、短路原则 (not (not True)) or (False and (not True)) 4、 while循环语句 while 条件 :
阅读全文
摘要:cmd.exe print("hello world") 选择目录 cd c:\ cd的意思是change directory dir 查看当前文件 启动python程序时,需要写 d:\文件名首字母然后按Tab健,一直循环下去; 返回上一层目录 cd .. cd ../.. 从c盘切入d盘只需要输
阅读全文

浙公网安备 33010602011771号