Python quick quiz

Python quick quiz

University

10 Qs

quiz-placeholder

Similar activities

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

Server Administration- Quiz 1

Server Administration- Quiz 1

12th Grade - University

10 Qs

uas-siber

uas-siber

University

10 Qs

Quiz Informatica Jornadas Orientación Asunción

Quiz Informatica Jornadas Orientación Asunción

12th Grade - University

10 Qs

Auditoria TI

Auditoria TI

University

15 Qs

Round 2 for Preplacement Bootcamp

Round 2 for Preplacement Bootcamp

University

15 Qs

have fun with econometrics

have fun with econometrics

University

15 Qs

dc liga de la justicia

dc liga de la justicia

University

15 Qs

Python quick quiz

Python quick quiz

Assessment

Quiz

Computers

University

Hard

Created by

Love Lifelong

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code snippet?

print(2**2 + (5 + 6)**(1 + 1))


129

125

8

None of the Above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be output if a = 8**2 and b =5

a = input()

b=input()

print(a +b)

69

21

error

8**25

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Samar

Error

Global

No Output

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output?

[2, 5, 7, 19, 22, 45, 72, 89]

(2, 5, 7, 19, 22, 45, 72, 89)

Error

{2, 5, 7, 19, 22, 45, 72, 89}

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

s = {1, 2, 3.0, 3, 2, 4, 5, 5.0}
print(s)
{1, 2, 3, 4, 5.0}
{1, 2, 3.0, 4, 5}
{1, 2, 3.0, 4, 5.0}
{1, 2, 3.0, 3, 2, 4, 5, 5.0}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

[0,1,4,9]

[0,1,4,9,16]

[0,1,4,9,16,25]

[0,1,2,3,4]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Guess output?

1

2

3

4

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?