scripts/ege/1/7.py
2023-05-05 00:45:01 +03:00

4 lines
65 B
Python

print((50 * 1024 * 8) * 1.55 / (320 * 512)) # 4
print(2**3)