Ai-Thon

Ai-Thon

3rd Grade

20 Qs

quiz-placeholder

Similar activities

CSD-Python

CSD-Python

1st - 5th Grade

15 Qs

English Month Activities

English Month Activities

1st - 12th Grade

15 Qs

3rd Grade Texas Studies Weekly Week 13

3rd Grade Texas Studies Weekly Week 13

3rd Grade

15 Qs

Alphabetical order

Alphabetical order

KG - 12th Grade

20 Qs

Capture the Flag book quiz

Capture the Flag book quiz

3rd - 6th Grade

15 Qs

EASY VOCABULARY

EASY VOCABULARY

3rd Grade

15 Qs

Google Suite Quiz

Google Suite Quiz

1st - 6th Grade

15 Qs

Ai-Thon

Ai-Thon

Assessment

Quiz

English

3rd Grade

Hard

Created by

Chandrahas King

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code snippet?print(3 **2 + 7)

13

21

16

17

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following data types is mutable in Python?

tuple

list

string

int

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you check the length of a list in Python?

lin.length()


length(list)

len(list)

list.len()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is true about Python indentation?


It is optional


It has no significance


It is used to define blocks of code


It is replaced by curly braces '{}'


5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the following code snippet?

my_string = "Python"

print(my_string[2:5])

"pyt"

"thon"

"tho"

"th"

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Python, which keyword is used to define a function


func

define

def

returntype functionname( )


7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the following code snippet do in Python?


my_list = [1, 2, 3, 4, 5]

print(my_list[2])

1

2

3

compilation error


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?

Discover more resources for English