码迷,mamicode.com
首页 > 编程语言 > 详细

初学python,打卡签到

时间:2017-09-03 19:35:46      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:too   hello   lag   tin   col   break   gre   第一周   color   

自学python第一周,学了变量和简单的条件判断。

附上猜数游戏代码

 1 #Author:shijt
 2 trueAge=40
 3 count=0
 4 while count<3:
 5     guessAge=int(input("how old is he?"))
 6     if guessAge==trueAge:
 7         print("yes,great!")
 8         break
 9     elif guessAge>trueAge:
10         print("too big")
11     else:
12         print("too small")
13 
14     count+=1
15     if count==3:
16         flag=input("do you want to countine?")
17         if flag!=n:
18             count=0

以后可以在简历上写上:

精通python。。。。。。。hello,world的输出

 

初学python,打卡签到

标签:too   hello   lag   tin   col   break   gre   第一周   color   

原文地址:http://www.cnblogs.com/shijt/p/7470412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!