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