对于进球得分是否安全
猜数
生肖
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)])
原文:https://www.cnblogs.com/yuyull/p/14253419.html