Search Header Logo

Python set 1

Authored by jasheeda n

Computers

9th - 12th Grade

Used 11+ times

Python set 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be the output of the following Python code? >>> str1 = 'hello' >>> str2 = ', >>> str3 = 'world' >>> str1[-1:]

olleh
hello
h
o

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be the output of the following Python statement >>>"abcd"[2:]

a
ab
cd
dc

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be the output of the following Python code? '{a}{b}{a}'.format(a='hello', b='world')

‘hello world’
‘hello’ ‘world’ ‘hello'
‘helloworldhello'
‘hello’ ‘hello’ ‘world'

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be the output of the following Python code snippet ?X=”san-foundry print(“%56s”,X)

56 blank spaces before san-foundry
56 blank spaces before san and foundry
56 blank spaces after san-foundry
no change

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following operators has its associativity from right to left?

+
//
%
**

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the result of cmp(3, 1)?

1
0
True
false

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Select all options that print hello-how-are-you

print(‘hello’, ‘how’, ‘are’, ‘you’)
print(‘hello’, ‘how’, ‘are’, ‘you’ + ‘-‘ * 4)
print(‘hello-‘ + ‘how-are-you’)
print(‘hello’ + ‘-‘ + ‘how’ + ‘-‘ + ‘are’ + ‘you')

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?