python looping for

python looping for

1st Grade

16 Qs

quiz-placeholder

Similar activities

Power Point

Power Point

1st - 5th Grade

13 Qs

The Internet

The Internet

1st Grade

17 Qs

Zasady kosztorysowania prac

Zasady kosztorysowania prac

1st - 3rd Grade

12 Qs

Sistemas Operativos Móviles

Sistemas Operativos Móviles

1st Grade

15 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Informatyka.Cyberbezpieczeństwo,e-zasoby i współpraca zdalna

Informatyka.Cyberbezpieczeństwo,e-zasoby i współpraca zdalna

1st - 6th Grade

13 Qs

ICT Yr 1 - Computer Devices (Part 1)

ICT Yr 1 - Computer Devices (Part 1)

1st Grade

13 Qs

=Excel+[ling]

=Excel+[ling]

1st - 3rd Grade

11 Qs

python looping for

python looping for

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Иван Иванович

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...

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Сколько параметров принимает функция range(), сколько из них являются обязательными?

1,1

2,1

3,1

3,3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет код:

for i in range(3):
    print(i,end='')

012

123

0123

210

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что выведет следующий код:

for i in range(3,8):
    print(i,end='')

345678

4567

34567

45678

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой вариант использования функции range() выдаст пустой объект?

range(-1,3)

range(-2,-5)

range(1,2)

range(0,2)

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Что выведет следующий код:

for i in range(1,8,3):

    print(i,end=’ ‘)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Что выведет следующий код:

for i in range(-4,-10,-2):

     print(i,end=’ ‘)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой вызов функции range() является правильным?

range(2.0,5,2)

range(1,4,0)

range(3.0,6.0)

все варианты неправильные

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?