Python Variables and getting input from USER

Bijen Adhikari
3 min readApr 8, 2022

Did you know, import * doesn’t import variable which has _ for this Check Example number 8.

  1. You can store a value in a variable by giving it a name that can be used to refer to it later in the program.

2. To assign a variable, use one equals sign

game = “PUBG”

age=”27” Here, age is a variable, and assigning value is 27.

3. There are several limitations to the characters that can be used in Python variable names. Letters, numbers, and underscores are the…

--

--

Bijen Adhikari

Hi, I am Bijen from Nepal I write about Electronics, Electrical, Programming, Fitness. Also, I am a certified SSI Master Trainer.