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