+ 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 Resposta
+ 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