mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 11:56:33 +03:00
4 lines
108 B
Python
Vendored
4 lines
108 B
Python
Vendored
print((90 * 1024 * 8) / (192 * 960)) # 4
|
|
print((90 * 1024 * 8) * 1.65 / (192 * 960)) # 6.6
|
|
print(2**6)
|