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

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

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Unit 3: Games

Unit 3: Games

6th Grade

22 Qs

Multi-Dimensional Data Structures

Multi-Dimensional Data Structures

6th - 12th Grade

22 Qs

Google meet 3

Google meet 3

3rd Grade - University

20 Qs

K-pop Quiz!

K-pop Quiz!

KG - Professional Development

21 Qs

Food Week

Food Week

2nd - 9th Grade

20 Qs

Basic Python Quiz for Beginners

Basic Python Quiz for Beginners

3rd - 6th Grade

20 Qs

Python Easy

Python Easy

3rd - 6th Grade

20 Qs

Level up 1

Level up 1

8th Grade

22 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?