9-2Ф

9-2Ф

9th Grade

10 Qs

quiz-placeholder

Similar activities

9. Python (Модули, файлы)

9. Python (Модули, файлы)

5th - 11th Grade

13 Qs

python для новичков

python для новичков

4th - 11th Grade

13 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Управление циклом: else . 8 класс

Управление циклом: else . 8 класс

8th Grade - University

10 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python

Python

1st - 12th Grade

10 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

9-2Ф

9-2Ф

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Мурат Мурат

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Кто является создателем языка программирования Python?

James Gosling

Guido van Rossum

Bjarne Stroustrup

Larry Page

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какое из следующих имен допустимо для названия переменной в Python?

2beOrNot2be

class

_myVar

@username

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Укажите правильное название переменной для хранения возраста человека.

age_of_person

1personAge

person-age

person age

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какую команду в Python следует использовать для вывода информации на экран?

input()

print()

output()

display()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

sep

end

join

concat

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой результат будет после выполнения следующего кода?
print('Hello', 'World', sep='-')

Hello World

Hello-World

Hello- World

Hello World-

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что делает команда `input()` в Python?

Выводит текст на экран

Принимает данные от пользователя

Вызывает ошибку

Завершает программу

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?