
Занятие_17_04 (Python - повторение)
Authored by lbvd grrffdfg
Computers
6th - 8th Grade
Used 8+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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"
Да
Нет
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?