QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

M-Genuis 1 (multiplication)

M-Genuis 1 (multiplication)

1st - 5th Grade

20 Qs

BIOELEMENTOS

BIOELEMENTOS

1st - 5th Grade

20 Qs

chap 7

chap 7

1st Grade

15 Qs

ZB BI 1 semester 2

ZB BI 1 semester 2

1st Grade

20 Qs

Bahasa Indonesia : Aku yang Unik

Bahasa Indonesia : Aku yang Unik

1st - 5th Grade

20 Qs

tahfidz assyifa*2

tahfidz assyifa*2

1st Grade

15 Qs

math for kids, class 3

math for kids, class 3

1st - 5th Grade

20 Qs

GRILL MASTER

GRILL MASTER

1st - 5th Grade

20 Qs

QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

Assessment

Quiz

Others

1st Grade

Practice Problem

Medium

Created by

Kaustubh Pandey

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print(type(10))

A)

B)

C)

D)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a variable x with the value 5 in Python?

A) int x = 5

B) x = int(5)

C) x == 5

D) x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = [1, 2, 3] print(x[3])

A) 3

B) 1

C) IndexError

D) None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print(bool(0))

A) True

B) False

C) 0

D) None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to create a comment in Python?

A) // This is a comment

B) # This is a comment

C) /* This is a comment */

D)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print("2" + "3")

A) 5

B) 23

C) 6

D) Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the len() function do in Python?

A) Returns the length of a variable name

B) Returns the length of an integer

C) Returns the length of an object

D) Returns the sum of all elements in a list

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?