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