Keyborg/test.py
2025-02-12 14:15:41 +03:00

6 lines
37 B
Python

import math
a = max(4, 6)
print(a)