PYTHON_MODULE3

PYTHON_MODULE3

Professional Development

10 Qs

quiz-placeholder

Similar activities

EuroTeach Institute Robotic Coding Design Development Course

EuroTeach Institute Robotic Coding Design Development Course

Professional Development

10 Qs

Gymea Library 2023 Orientation

Gymea Library 2023 Orientation

Professional Development

8 Qs

Test0612

Test0612

Professional Development

10 Qs

Fun Fun time

Fun Fun time

KG - Professional Development

12 Qs

Python Programming: Variables, F-string, User Input

Python Programming: Variables, F-string, User Input

Professional Development

13 Qs

Internship Assessment

Internship Assessment

University - Professional Development

15 Qs

The Ultimate C++ Quiz

The Ultimate C++ Quiz

5th Grade - Professional Development

7 Qs

mmpu

mmpu

KG - Professional Development

7 Qs

PYTHON_MODULE3

PYTHON_MODULE3

Assessment

Quiz

Education

Professional Development

Hard

Created by

Sumathi K

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. What will be the output of above Python code?

str1="6/4"

print("str1")

1

6/4

1.5

str1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will result in an error?

str1="python"

print(str1[2])

str1[1]="x"

print(str1[0:9])

Both (b) and (c)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of below Python code?

str1="Information"

print(str1[2:8])

format

formatio

orma

ormat

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of below Python code?

str1="poWer"

str1.upper()

print(str1)

POWER

Power

power

poWer

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

str1="Stack of books"
print(len(str1))

13

14

15

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

String can be a _________.

Letter

Digit

Whitespace & Symbol

All of the above 

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A string can be assign by enclosing ______ quote.

Single

Double

Triple

All of the above

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?