自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 学《learn python the hard way》(3)

cars = 100space_in_a_car = 4.0drivers = 30passengers = 90cars_not_driven = cars - driverscars_driven = driverscarpool_capacity = cars_driven * space_in_a_caraverage_passengers_per_car = passeng

2013-08-27 00:09:37 533 1

原创 学《笨办法学python》(2)

#print the sentenceprint "I will now count my chickens:"#calculate ,use +,-,*,/and%print "Hens", 25 + 30.0/ 6print "Roosters", 100 - 25 * 3.0 % 4#print the sentenceprint "Now I will count the eg

2013-08-19 21:21:10 632

原创 学《learn python the hard way》(1)

做了两课练习:ex1.py#print "Hello World!"#print "Hello Again"#print "I like typing this."#print "This is fun."#print 'Yay! Printing.'#print "I'd much rather you 'not'."#print 'I "said" do

2013-08-18 15:54:12 662

原创 学习《笨办法学phyton》(0)

系统配置:win8 64位首先是了解作为程序员的一些特质以及配置python还有一些在terminal下进行的文件目录操作。程序员特质:读写能力留意细微之处找到不同配置python很容易,配好环境变量path之后要重启cmd。这折腾我好一会儿。然后是目录的建立,进入和打印。这个是md, cd, dir 后面跟空格 路径后面不断重复 写程序——

2013-08-16 22:35:05 767

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除