blob: fb98280b4f564a62afdf93f463caec7f20bfea1b [file] [log] [blame]
def f():
r = 2
h = 5
print(123 * <begin>r ** 2 * h<end>)
<result>
In:
h
r
Out: