Help John!

Report a typo

John is learning about the basic data types in Python and he needs some help with the below code. Fill in the gaps correctly with the matching data types.

Fill in the gaps with the relevant elements
# Integer
age = 
print('Age:', )

# Floating-point number
height = 
print('Height:', )

# String
name = 
print('Name:', )
nameheight261.87age'John'JohnTrue
___

Create a free account to access the full topic