Python quick quiz

Python quick quiz

University

10 Qs

quiz-placeholder

Similar activities

Porcentajes

Porcentajes

University

12 Qs

Software Engineering :TEST 2

Software Engineering :TEST 2

University

10 Qs

Dasar-Dasar Komputer - PPW23

Dasar-Dasar Komputer - PPW23

University

15 Qs

ADVACOMT-Quiz No.1 (final term)

ADVACOMT-Quiz No.1 (final term)

University

15 Qs

Quis Administrasi Sistem Jaringan

Quis Administrasi Sistem Jaringan

University

15 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

WN-CELLULAR CONCEPT

WN-CELLULAR CONCEPT

University

10 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Python quick quiz

Python quick quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Love Lifelong

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?