Selection, String Slicing and Input in Python 3

Selection, String Slicing and Input in Python 3

9th Grade

18 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

7th - 10th Grade

18 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Bài kiểm tra số 2

Bài kiểm tra số 2

9th - 12th Grade

20 Qs

Python Math & Conditionals 313

Python Math & Conditionals 313

9th - 12th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

End of term assessment

End of term assessment

9th Grade

15 Qs

Selection, String Slicing and Input in Python 3

Selection, String Slicing and Input in Python 3

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Vernon Leigh

Used 12+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to make a decision in Python?

if

else

for

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to get user input in Python?

read_input()

get_input()

user_input()

input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? name = 'Python' print(name[2:4])

th

on

tho

yt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? x = 5 if x > 3: if x < 7: print('Yes') else: print('No')

Yes

Error

Maybe

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to check if a value is present in a string?

for

not

with

in

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? name = 'Python' print(name[-3:])

on

hon

Pyt

tho

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to convert a string to uppercase in Python?

title()

upper()

capitalize()

lower()

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?