- 1

How to make var in python

XOXO

4th Feb 2022, 7:51 AM
Anuraj Dipu
Anuraj Dipu - avatar
3 Antworten
+ 2
There is no var in python. python self understand different types of data type. a = 10 #int a = 'abc' #string
4th Feb 2022, 8:23 AM
A͢J
A͢J - avatar
+ 1
See the Python lesson. I think that is one of the first things you learn.
4th Feb 2022, 8:05 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
0
Variable format is var_name = value #The value could be of any type. Integer, string, float, and it can even be a list, dictionary, and tuple which you will learn later on
4th Feb 2022, 4:02 PM
Da GD Bot
Da GD Bot - avatar