Python日常Day5
分支和循环在Python的分支和循环里面,缩进是极其重要的。score = input("请输入你的分数:")score = int(score)if 0<=score<60: print("you are the hunzi")elif 60<=score<80: print("小混子")elif 80<=score <90: p