scripts/ege/28.03.2023 ПРОБНИК/Faily_IN11_28032023_/11.py
2023-05-05 00:45:01 +03:00

6 lines
92 B
Python

print(5 * 7 / 8) # 5
print(11 * 70 / 8) # 97
print(2 * 1024 * 1024 / 16_384 - 102)