week2

week2

Professional Development

30 Qs

quiz-placeholder

Similar activities

Python Credential Test

Python Credential Test

9th Grade - Professional Development

31 Qs

Python Their Certification

Python Their Certification

9th Grade - Professional Development

31 Qs

Gmetrix Python

Gmetrix Python

9th Grade - Professional Development

31 Qs

Go Lang Techmaster

Go Lang Techmaster

Professional Development

25 Qs

Intro to Python 1

Intro to Python 1

9th Grade - Professional Development

30 Qs

Python Quiz

Python Quiz

Professional Development

27 Qs

DAT B0721 - The Activity Day 2

DAT B0721 - The Activity Day 2

Professional Development

26 Qs

Python Certified Specialist

Python Certified Specialist

9th Grade - Professional Development

31 Qs

week2

week2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

hubert Lu

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?