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