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

Повторение Python

Quiz
•
Fun
•
8th Grade
•
Hard
Сергей Фоменко
Used 6+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int
bool
float
complex
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая команда используется для вывода данных?
Console.writeln()
cout()
print()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая команда используется для считывания данных с клавиатуры?
Console.Readln()
scan()
print()
input()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая из этих строк считывает целое число в переменную n?
a=int(input())
n=int(input())
n=input(int())
n=float(input())
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите верную строку кода
print('10',100,'1000)
print('python,'is the best','??')
print('раз','два','три')
input('python,is the best)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое число выведет следующий код?
s=13
k=-5
d=s+2
k=2*s
print(s+k+d)
41
54
28
18
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое число выведет следующий код?
a=2
b=3
print(a**b)
5
6
8
10
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое число выведет следующий код?
a=4
b=7
if a>b:
print (a+b)
elif a<b:
print (b-a)
4
7
11
3
Similar Resources on Quizizz
11 questions
Cars!

Quiz
•
KG - University
12 questions
тренування

Quiz
•
1st - 12th Grade
10 questions
Programming For Heroes -Lesson 2

Quiz
•
7th - 10th Grade
10 questions
Python Quiz

Quiz
•
6th - 8th Grade
7 questions
Python. Кристалл памяти

Quiz
•
8th - 11th Grade
5 questions
М2У1

Quiz
•
8th Grade
10 questions
Веселая

Quiz
•
6th - 8th Grade
13 questions
Поллианна 22-23 главы

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade