Listy Python

Listy Python

1st Grade

14 Qs

quiz-placeholder

Similar activities

Luyện tập

Luyện tập

KG - University

15 Qs

Kuis Excel & PPT

Kuis Excel & PPT

1st Grade

15 Qs

Google Earth Trivia

Google Earth Trivia

KG - Professional Development

10 Qs

Servidores

Servidores

1st Grade

13 Qs

HTML

HTML

1st - 6th Grade

12 Qs

7 класс 1 четверть повторение

7 класс 1 четверть повторение

1st Grade

10 Qs

Ôn tập chương 4: Thế giới Logo lần 2

Ôn tập chương 4: Thế giới Logo lần 2

1st - 5th Grade

14 Qs

Quis Semester Genap Kelas 1

Quis Semester Genap Kelas 1

1st - 5th Grade

19 Qs

Listy Python

Listy Python

Assessment

Quiz

Computers

1st Grade

Hard

Created by

A R

Used 14+ times

FREE Resource

AI

Enhance your content

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

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Zapis t=[1,2,3] oznacza:

że zmienna t jest zmienną typu całkowitego(integers)

zmienną typu string

listę składającą się z trzech elementów

nie ma takiego zapisu w Pythonie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

aby wydrukować listę t należy dokonać zapisu:

print[t]

input(t)

print('t')

print(t)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

zapis t[2] oznacza:

element listy o indeksie 2

element drugi w kolejności występowania

listę składającą się z dwóch elementów

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wpis print(t) dla t=[2,8] spowoduje wydruk:

2

8

[2,8]

['2','8']

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

dla t=['a','b'] zapis

for i in range(len(t)):

print(t[i])

spowoduje wydruk:

['a','b']

a

b

a,b

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

zapis t[-1] dla t=[2,5,7,9,4]

oznacza:

4

2

9

[4,9,7,5,2]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

t=[2:5] oznacza:

wyrazy z listy od drugiego z kolejności do piątego

wyrazy listy pomiędzy drugim i piątym indeksem liczby

oznacza wydruk dwójki i piątki

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?