Python Tutorial 1-Basic Python Syntax and Commands Comment the line # program to create variable "user" # Short command in spyder, press CTRL+1 to comment the line Syntax to create new Variable “user” user ="Amit" # print to check the output of new variable print(user) Variables...
Read More