What is var in python?is this a variable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is var in python?is this a variable?

I found this question in Python quiz

30th Dec 2018, 5:44 PM
Akhilesh Singh Bhadauriya
Akhilesh Singh Bhadauriya - avatar
1 Answer
+ 1
Yeah, it's just a variable like x or y. There is a builtin function vars() though.
30th Dec 2018, 6:13 PM
HonFu
HonFu - avatar