Files

10 lines
91 B
Plaintext

def f():
r = 2
h = 5
print(123 * <begin>r ** 2 * h<end>)
<result>
In:
h
r
Out: