0
What is int?(python)
I want to know what is int. And where to use it. Please answer easily.đ Thank you~
4 Answers
+ 5
Int is used to define integer.
Like
n = int(8)
+ 8
int stands for integer.
Pls learn the Python lesson carefully as these datatypes are thoroughly mentioned in the lessons.
+ 3
Int means integers like 1,2,3,4...