mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 11:56:33 +03:00
6 lines
92 B
Python
Vendored
6 lines
92 B
Python
Vendored
print(5 * 7 / 8) # 5
|
|
|
|
print(11 * 70 / 8) # 97
|
|
|
|
print(2 * 1024 * 1024 / 16_384 - 102)
|