LoginSignup
0
0

More than 1 year has passed since last update.

変数名(python)

Last updated at Posted at 2022-05-14

変数名のルール:
+)予約語は使えない
+)変数名の先頭には「_」(アンダースコア)、またはアルファベットが使える
+)変数名の2番目以降は、数字、アルファベット、アンダースコアが使える

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0