mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-28 22:33:44 +03:00
4 lines
65 B
Python
Vendored
4 lines
65 B
Python
Vendored
print((50 * 1024 * 8) * 1.55 / (320 * 512)) # 4
|
|
|
|
print(2**3)
|