首页 > 编程语言 > 详细

python入门 chapter2

时间:2021-01-08 22:30:31      阅读:28      评论:0      收藏:0      [点我收藏+]

对于进球得分是否安全

猜数

生肖

soccor_int=int(input(‘领先的分数:‘))
soccor_int=soccor_int-3

ball_in=input(‘yes or no:‘)
if ball_in==‘yes‘:
soccor_float=float(soccor_int+0.5)
else:
soccor_float=float(soccor_int-0)

soccor_float=soccor_float**2
leave_time=float(input(‘剩下了多少秒:‘))
if soccor_float<=leave_time:
print(‘not safe‘)
if soccor_float>leave_time:
print(‘it is safe‘)/
import random
x=random.randint(1,100)
y=random.randint(1,100)
your_number=int(input(‘输入一个1~200的数字:‘))
random_number=x+y
if your_number==random_number:
print(‘Great!‘)
elif your_number>random_number:
print(‘your number are bigger!!‘)
while your_number!=random_number:
other_number = int(input(‘重新输入一个数字:‘))
if other_number>random_number:
print(‘猪猪猪‘)
else:
print(‘加油‘)
else:
print(‘smaller‘)/
your_number=int(input(‘你的出生年份:‘))
your_attribute=your_number%12
the_animals={0:‘monkey‘,1:‘rooster‘,2:‘dog‘,3:‘pig‘,4:‘rat‘,5:‘ox‘,6:‘tiger‘,
7:‘rabbit‘,8:‘dragon‘,9:‘snake‘,10:‘horse‘,11:‘sheep‘}
print(the_animals[int(your_attribute)])

python入门 chapter2

原文:https://www.cnblogs.com/yuyull/p/14253419.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!