与小卡特一起学python 第1章 出发吧 课后练习题

#1、
d = 0
h = 24
m = 60
d = int(input("输入天数:"))
print("计算",d,"天的分钟数=",d*h*m,"分钟")
#2、
print ("My name is Warren Sande.")
print ("I was born January1,1970.")
print ("My favorte color is blue.")





请使用浏览器的分享功能分享到微信等