當前位置:成語大全網 - 書法字典 - Python字典分數條目

Python字典分數條目

while(True):

Score1 = input('請輸入第壹門課的分數:')

if(int(score 1)& lt;0):

打印(“等級輸入錯誤,不能小於0”)

打破;

Score2 = input('請輸入第二門課的分數:')

if(int(score 2)& lt;0):

打印(“等級輸入錯誤,不能小於0”)

打破;

Score3 = input('請輸入第三門課的分數:')

if(int(score 3)& lt;0):

打印(“等級輸入錯誤,不能小於0”)

打破;

Score4 = input('請輸入第四門課的分數:')

if(int(score 4)& lt;0):

打印(“等級輸入錯誤,不能小於0”)

打破;

Score5 = input('請輸入第五門課的分數:')

if(int(score 5)& lt;0):

打印(“等級輸入錯誤,不能小於0”)

打破;

打印('五門課成績為'+str(score1)。

?+'點數,'+str(score2)+'點數,'+

?Str(score3)+'點數,'+str(score4)+

?點,'+str(得分5)+'點')