List Tuple

List Tuple

8th Grade

33 Qs

quiz-placeholder

Similar activities

แบบทดสอบก่อนเรียนScratch

แบบทดสอบก่อนเรียนScratch

1st - 12th Grade

33 Qs

Excel - test

Excel - test

6th - 8th Grade

28 Qs

HKI I TIN LOP 7

HKI I TIN LOP 7

6th - 8th Grade

28 Qs

8.5 Final MCQ Assessment 2022

8.5 Final MCQ Assessment 2022

8th Grade

30 Qs

Trắc nghiệm GKII Tin 8

Trắc nghiệm GKII Tin 8

8th Grade

28 Qs

Systems Architecture

Systems Architecture

8th - 10th Grade

30 Qs

St Michael's  - Year 8 - Advanced Small Basic

St Michael's - Year 8 - Advanced Small Basic

8th Grade

33 Qs

Ada Lovelace

Ada Lovelace

8th Grade

31 Qs

List Tuple

List Tuple

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Romenion Kz

Used 20+ times

FREE Resource

AI

Enhance your content in a minute

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

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Специальный знак который отображает список в пайтоне

{ }

( )

[ ]

:

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]

print(num[3])​

2

3

5

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

num=[ 2, 3, 5, 6, "d", "t", "r", "m",["w", "dc", 8]]

print(num[7])​

d

t

r

m

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

num=[ 2, 3, 5, 6,]

​num.append("ok")

print(num)​

[2, 3, 5, 6, 'ok']

[ 'ok', 2, 3, 5, 6,]

[ 2, 3, 'ok', 5, 6,]

[ 2, 'ok', 3, 5, 6,]

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

num=[ 2, 3, 5, 6,]

​num.insert(2, 7)

print(num)​

[ 2, 7, 3, 5, 6]

[ 2, 3, 7, 5, 6]

[ 2, 3, 5, 7 ,6]

[ 2, 3, 5, 6, 7]

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

num=[ 100, 2000, 2, 3, 5, 6,8]

num.sort()

print(num)

[2, 3, 6, 5, 8, 100, 2000]

[2, 3, 5, 6, 8, 100, 2000]

[2, 3, 5, 6, 8, 2000, 100]

[2, 6, 5, 3, 8, 100, 2000]

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

num=[ 2, 3, 5, 6, "d",["w", [1, 2, 3, "dc"], 8], "t", "r", "m"]

Run=>'dc'

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?