Search Header Logo

pyth

Authored by Darya T

Computers

6th Grade

Used 5+ times

pyth
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Для вывода сообщений на экран консоли используется функция:

input()

print()

int()

string()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Для преобразования данных в число используется функция:

string()

print()

input()

int()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Какую команду надо вставить в строку номер 2 чтобы выходные данные совпали?

print("Мне", t, "лет!")

print("Мне " + "t" + " лет!")

print("Мне " + 5 + " лет!")

print(Мне 5 лет!)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Целочисленная переменная объявляется...

num=input('Введите число: ')

num=float(input('Введите число: '))

num=int(input('Введите число: '))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какой тип данных хранит вещественные (нецелые) числа?

float

str

int

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

С помощью какой команды можно:

Вывести на экран "Привет"

"Привет"

print(Привет)

print("Привет")

input("Привет")

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

С помощью какой команды можно:

Вывести на экран результат выражения : 2 / 2

input("2 / 2")

print(2 / 2)

print("2 / 2")

2 / 2

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?

Discover more resources for Computers