Search Header Logo

data type

Authored by Shashi Weerasooriya

Computers

Professional Development

data type
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code example would print the data type of x, what data type would that be?

x = 5

print(type(x))

str

int

flot

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code example would print the data type of x, what data type would that be?

x = "Hello World"

print(type(x))

bool

int

flot

str

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code example would print the data type of x, what data type would that be?

x = 20.5

print(type(x))

int

bool

str

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code example would print the data type of x, what data type would that be?

x = ["apple", "banana", "cherry"]

print(type(x))

int

str

bool

list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code example would print the data type of x, what data type would that be?


x = True

print(type(x))

str

int

bool

list

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?