#integers or (int) are basically numbers, if u want to write a number, u must write an int before it example = int(40) print(example) #when u print it, it will write 40, if u didnt write int, then there will be an error