python小白學習之各種符號

目錄

常用各種符號:

Keywords (關 鍵 字)

數 據 類型:

字符串 格 式化(String Formats):

操作符號:


 

常用各種符號:

Keywords (關 鍵 字)


• and
• del
• from
• not
• while
• as
• elif
• global
• or
• with
• assert
• else
• if
• pass
• yield
• break
• except
• import
• print
• class
• exec
• in
• raise
• continue
• finally
• is
• return
• def
• for
• lambda
• try

數 據 類型:

• True
• False
• None
• strings
• numbers
• floats
• lists

字符串 格 式化(String Formats):

• %d
• %u
• %x
• %X
• %e
• %E
• %f
• %F
• %g
• %G
• %c
• %r
• %s
• %%

操作符號:

• +
• -
• *
• **
• /
• //
• %
• <
• >
• <=
• >=
• ==
• !=
• ( )
• [ ]
• { }
• =
• ;
• +=
• -=
• *=

 

 

 

 

 

 

 

 

 

 

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章