Python基礎學習簡記--條件與循環(Day2)

Python基礎學習簡記–條件與循環(Day2) 一、條件語句 if else elif assert def guess_age(): height = 178 print("試着猜一下個人身高吧^_^") temp = input("try(cm)(175-180):") guess = int(temp) assert 174<guess<181
相關文章
相關標籤/搜索