Technology Learning

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

07 2013 档案

python 核心编程课后练习(chapter 2)
摘要:2-41 #2-4(a)2 print "enter a string"3 4 inputstring = raw_input()5 6 print"the string is: ", inputstringView Code 1 #2-4(b)2 print "enter a number:"3 4 num = raw_input()5 6 print "the number is: ", int(num)View Code 2-5#2-5(a)i = 0while i 0: 9 print "a po 阅读全文

posted @ 2013-07-31 20:36 浔阳渔夫 编辑

点击右上角即可分享
微信分享提示