Python Fundamentals - 03

Python Fundamentals - 03

5th Grade - University

30 Qs

quiz-placeholder

Similar activities

Introduction to Python and Data Analytics Basics

Introduction to Python and Data Analytics Basics

University

25 Qs

Kuiz Phyton 2

Kuiz Phyton 2

University

25 Qs

Python quiz

Python quiz

12th Grade

26 Qs

[AP CSP] For Loops

[AP CSP] For Loops

9th - 12th Grade

28 Qs

Conditional Logic

Conditional Logic

9th Grade - University

30 Qs

python final part 1

python final part 1

9th - 12th Grade

25 Qs

Computer Servicing System (CSS)

Computer Servicing System (CSS)

8th Grade

25 Qs

PEMOGRAMAN PHYTON

PEMOGRAMAN PHYTON

8th Grade

25 Qs

Python Fundamentals - 03

Python Fundamentals - 03

Assessment

Quiz

Other

5th Grade - University

Hard

Created by

Sreelakshmi Sridhar

Used 11+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(0,12,2):

print(i)

1,2,3,4,5,6,7,8,9,10,11,12

0,2,4,6,8,10,12

0,2,4,6,8,10

2,4,6,8,10

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

It would display numbers from 1 to 10

It would display numbers from 2 to 10

It would display numbers from 2 to 9

It would display numbers from 1 to 9

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Dictionary keys must be immutable

True

False

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Select the correct way to access the value of a history subject

sampleDict[‘class’][‘student’][‘marks’][‘history’]

sampleDict[‘class’][‘student’][‘marks’][1]

sampleDict[‘class’][0][‘marks’][‘history’]

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the correct ways to get the value of marks key.

student = { "name": "Emma", "class": 9, "marks": 75}

m = student.get(2)

m = student.get('marks')

m = student[2])

m = student['marks']

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which method should I use to convert String "welcome to the beautiful world of python" to "Welcome To The Beautiful World Of Python"

capitalize()

title()

Upper()

String()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Python does not support a character type; a single character is treated as strings of length one.

False

True

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?