navgurukul / newton

Includes all our curriculum for all the courses.
https://merakilearn.org/
GNU General Public License v3.0
26 stars 81 forks source link

Python variables variables naming question2 #116

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Python variables variables naming question2

http://saral.navgurukul.org/api/course?id=18

Apekshahande commented 4 years ago

123var = 1233 print 123var This is my code. It is not working because the variable is not started from number. The variable is started by name or underscore. This is the first rule of the variable.