Python 分支和循環

if else  while True:     score=int(input('請輸入一個分數'))     if score>60:         print('A')         if score>90:             print('amazing')     else:         print('B')     ##懸掛else 斷言 assert assert斷言關
相關文章
相關標籤/搜索