Python:デリミタ
デリミタ
(
delimiter
)
セパレータ
(
separator
)
以下のトークンは文法上のデリミタとして働く:
( )
{ } @
, : . ` = ;
+= -= *= /= //= %=
&= |= ^= >>= <<= **=
Python:トークン
Python:delimiter
#Python-syntax
#python-term