- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 python 掌握之路(二)
#use case 16:use list classMates=['jie_liu','hongWei_Hong','PanPan','Bang_Wu',"hui_Tang",'Lu_Zhu','XueLong_Su']; for i in range(len(classMates)): print classMates[i]; classMates.append('Yu_Chen')
2016-01-07 21:49:16
498
原创 python 掌握之路(一)
#!/usr/bin/env python # -*- coding: utf-8 -*- # use case 1: the first python program print "hello world"; # use case 2: the second python program : use keyword :for for i in range(10): print str
2016-01-07 20:40:26
343
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人