- 博客(2)
- 收藏
- 关注
原创 学习python第二天
第一:循环 ''' count = 0 while True: print("count:",count) count = count + 1 if count==1000: break ''' ''' for i in range(0,10,2): if i<5: print("loop",i) ...
2018-08-02 20:34:38
155
原创 学习python第一天的收获
第一,Hello World! `print(“hello world!”) name =”robin liu” name2 = name print(“My name is”,name) name = “paoche ge”` 第二:学习注释 msg =''' 注释的问题 ''' print(msg) 第三流程判断 _name ='liu' _pswd='123' n...
2018-08-02 20:29:48
1367
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅