《3天學習python》筆記

              Example&exercise:conditions代碼 注意事項 :注意縮進,和原來的代碼對齊,tab和空格不能混用   >>> a=[24,16,54] >>> b=[] >>> if a[0] < a[1] and a[0]< a[2]: ...    b.append(a[0]) ...    if a[1] < a[2]: ...        b.appe
相關文章
相關標籤/搜索