條件判斷和循環

三、條件判斷和循環 3.1 if和else的用法 a=7 b=3.5 if isinstance(a,(int)) and isinstance(b,float): … print a+b … else: … print 「a and b are not same type」 … 10.5 例:輸入一個數,用if和elif判斷這個數的大小 a=raw_input(「請輸入一個數:」) 請輸入一個數
相關文章
相關標籤/搜索