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

Quiz
•
Computers
•
10th Grade
•
Hard

Anastasia Timonina
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
bin(45)
bin('45')
print(bin(45))
print(bin(45)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как перевести 10001 из 2 сс в 10 сс и увидеть результат?
print(int(10001),2)
print(int('10001',2))
print(int(10001))
print(10001,int(2))
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как найти сумму цифр строки s='100111' и увидеть результат?
print(s.count('1'))
print(s.count(s))
print('1'.count(s))
print(s.count(1))
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Как приписать слева '00' к строке s='101' и увидеть результат?
s += '00'
print(s)
print(s+00)
print('00'+s)
s = '00'+s
print(s)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Замени первые три символа строки s='100100' на '***'
s.replace('100','***')
s = '***'+s[:3]
s = '***'+s[3:]
s.replace(s[:3],'***')
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Как инвертировать строку s='10110'?
s.replace('1','0')
s = s.replace('0','&')
s = s.replace('1','0')
s = s.replace('&','1')
s.replace('1','+')
s.replace('+','0')
s.replace('0','1')
s.replace('1','+')
s.replace('0','1')
s.replace('+', '0')
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как запустить цикл от 100 до 5 включительно?
for i in range(5,100,-1):
for i in range(100,5):
for i in range(100,-5):
for i in range(100,5,-1):
for i in (100,5,-1):
Similar Resources on Quizizz
10 questions
Ввод вывод данных

Quiz
•
6th Grade - University
10 questions
Python - List

Quiz
•
9th - 12th Grade
10 questions
Строки в Python

Quiz
•
10th Grade
10 questions
Программирование алгоритма 8 класс

Quiz
•
1st - 10th Grade
11 questions
KIỂU XÂU - PYTHON

Quiz
•
10th Grade
10 questions
Data Representation - Binary Addition

Quiz
•
3rd - 12th Grade
10 questions
Printers

Quiz
•
9th - 12th Grade
10 questions
S IF condition 1

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade