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 question3 #117

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Python variables variables naming question3

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

Apekshahande commented 4 years ago

var.123 = 534 # i assign integer value in var.123 variable. print var.123 This code will not work because variable is can be a letters ,underscore ,or number .Variable can not be a special character. This is second rule of variable .