Search Header Logo

Python print, input

Authored by Александр Галошин

Computers

4th Grade

Used 4+ times

Python print, input
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

output()

print()

show()

display()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

scan()

input()

readline()

print()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что произойдет, если сложить строки 'hello' и 'world' в Python?

hello world

worldhello

hloedlrow

helloworld

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как преобразовать строку '10' в целое число в Python?

int('10')

str('10')

float('10')

int('ten')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как преобразовать число 5 в строку в Python?

str(5)

int(5)

5.str()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет выведено на экран после выполнения кода: print('Hello, ' + 'world!')?

Hello world

Hello, world

Hello world!

Hello, world!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что будет результатом выражения: int('7') + int('3')?

5

2

10

14

Access all questions and much more by creating a free account

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

Already have an account?