python中的簡單循環

if語句 請看如下語句 x=input("Enter a number:") num=int(x) if num>0: print('is positive') elif num==0: print('is zero') elif num<0: print('is negative') 注意:當if或某一個elif知足時,就不執行其餘的條件判斷python x=input
相關文章
相關標籤/搜索