初學python(3)-----------條件語句

if、else:進行判斷操作------------------當我們寫出如下代碼時候: temp = input(‘猜猜我現在想的是什麼數字’) guess = int(temp) if guess > 8: print(‘哥,大了大了’) else: if guess < 8: print(‘哥,小了小了’) else: if guess == 8: print(‘猜對了也沒有獎勵’) 此時我
相關文章
相關標籤/搜索