Занятие_17_04 (Python - повторение)

Занятие_17_04 (Python - повторение)

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Computer Networks

Computer Networks

8th Grade

20 Qs

электронные таблицы exel

электронные таблицы exel

8th Grade

21 Qs

Python Basics: String

Python Basics: String

6th - 8th Grade

20 Qs

Файлы и папки

Файлы и папки

7th Grade

19 Qs

8 класс повторение

8 класс повторение

8th Grade - University

22 Qs

ИКТ-мастер

ИКТ-мастер

1st - 6th Grade

23 Qs

IT-Cup Весна-2023_IT-Старт-2

IT-Cup Весна-2023_IT-Старт-2

6th Grade

20 Qs

Солнечная система

Солнечная система

6th - 8th Grade

28 Qs

Занятие_17_04 (Python - повторение)

Занятие_17_04 (Python - повторение)

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

lbvd grrffdfg

Used 8+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Каков правильный синтаксис для вывода «Hello, World» в Python?

print("Hello, World!")

echo("Hello, World!")

p("Hello, World!")

print "Hello, World!"

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Как вставить КОММЕНТАРИИ в код Python?

/* Это комментарий */

# Это комментарий

// Это комментарий

+++ Это комментарий

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какое из имен НЕ является допустимым именем переменной?

my_var

Myvar

my-var

_myvar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какое расширение является правильным для файлов Python?

.py

.pyth

.p

.ph

.pt

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как создать плавающую переменную со значением 2,8?

x = 2.8

x = float(2.8)

Оба варианта подходят

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Каков правильный синтаксис для вывода типа переменной или объекта в Python?

print(type(x))

print(typeof x)

print(typeOf(x))

print(type Of x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

В Python, 'Hello', то же самое, что и "Hello"

Да

Нет

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?