Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Курсы
Basics of Python
(Python) Integer division and remainder
Модуль:
(Python) Integer division and remainder
Задача
4
/18
We calculate the value - 3
Задача
Calculate the value of the integer variable
c
when
a = - 22
и
b = 4
:
b = a // b + b
c = a % b + a
Indicate one number as the answer
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя