Data Types

What are integers in Python?
Which of the following is an example of an integer in Python?
x = 5
y = 3
print(x + y)
What is the result of the following code in Python?
Which of the following is an example of a float in Python?
What are floating-point numbers in Python?

Congratulations. You have achieved /5.

Try Again?