scripts/ege/1/7.py

4 lines
65 B
Python
Raw Normal View History

2023-05-05 00:45:01 +03:00
print((50 * 1024 * 8) * 1.55 / (320 * 512)) # 4
print(2**3)