Data Types

Language: English
Subject: Technology > Programming
School grade: United Arab Emirates United Arab Emirates

Data Types

name = "Reem"
Choose the correct data type?

str

int

float

bool

grade = 6
Choose the correct data type?

str

int

float

bool

gender = "female"
Choose the correct data type?

str

int

float

bool

email = "s8799@gmail.com"
Choose the correct data type?

str

int

float

bool

available = false
Choose the correct data type?

str

int

float

bool

weight = 27.5
Choose the correct data type?

str

int

float

bool

win = true
Choose the correct data type?

str

int

float

bool

country = "UAE"
Choose the correct data type?

str

int

float

bool