【Python】學習筆記:print()

1.print中的佔位符html 由於以前寫C語言的時候習慣這麼寫:python printf("%d",i); 因此第一次看到這裏的佔位符還多看了兩眼。函數 2.print中的條件表達式(也能夠稱之爲python中的三目運算符)學習 print("number is even"if number %2 == 0 else"number is odd") 這裏涉及到條件表達式的兩種不一樣風格的寫法
相關文章
相關標籤/搜索