Python Fundamentals - 03

Python Fundamentals - 03

5th Grade - University

30 Qs

quiz-placeholder

Similar activities

List and Numerical Data

List and Numerical Data

6th - 12th Grade

30 Qs

Python Fundamentals-01

Python Fundamentals-01

5th - 10th Grade

30 Qs

Ruby

Ruby

University

28 Qs

Python. Теория.

Python. Теория.

9th Grade

25 Qs

Quiz_1_Skill_Lab_Python

Quiz_1_Skill_Lab_Python

University

25 Qs

Programming in Java

Programming in Java

University

32 Qs

Pretes Informatika

Pretes Informatika

7th Grade

25 Qs

kuiz phyton

kuiz phyton

University

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?