Search Header Logo

week2

Authored by hubert Lu

Computers

Professional Development

week2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the data type of the value 5 in Python?

float
string
integer
list

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a valid string declaration in Python?

string("Hello")
str = Hello
str('Hello')
string = 'Hello'

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

How do you get the length of a string s in Python?

len(s)
s.len()
length(s)
s.length()

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What will the output of the following code be? print("Hello" + " " + "World")

HelloWorld
Hello World
Hello + World
Error

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which function is used to convert a string to an integer in Python?

int()
str()
convert()
toInt()

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of the following code? print("Python"[0])

P
y
t
n

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is not a valid data type in Python?

list
dict
set
array

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?