undefined

PHOTO EMBED

Fri Mar 29 2024 18:17:18 GMT+0000 (Coordinated Universal Time)

Saved by @wiseteacher

A program will only work properly if we as programmers keep track of what type of data is where. It's important, because that decides what we are able to do with a variable.

For example, the following code works:

# Example 1
print(kids_in_the_class + temperature)
content_copyCOPY

https://www.mathplanet.com/education/programming/to-remember/data-types