2021-09-23 23:10 回答问题
##关于计算身高的百分比计算可能有误,请自行检查 **=input("请输入性别(填写男或女):") father=input("请输入父亲的身高:") father=float(father) mother=input("请输入母亲的身高:") mother=float(mother) sports=input("你是否喜爱运动(填写喜爱或不喜爱):") habbit=input("你认为自己的饮食习惯是否良好(填写良好或不良好):") if **=="男": if sports=="喜爱":
2021-09-23 23:07 发起提问
2021-09-23 23:04 回答问题
懂了,谢谢你!
2021-08-07 15:38 回答问题
def rev(s): a = list(s) a.reverse() return ''.join(a) 一定要先转成list
2021-08-07 15:28 发起提问
2021-08-07 15:17 回答问题
list=["a","b","c"] for i in list: locals()[i]={}
2021-07-21 16:52 回答问题
pandas最方便
2021-07-10 18:29 回答问题
谢谢指教!
2021-02-28 12:02 回答问题
是的,这段代码其实就是用来理解必包的。 但是 g()不需要参数的. 好的多谢指点了。