10 lines
112 B
Text
10 lines
112 B
Text
// comment
|
|
|
|
// comment
|
|
|
|
def qeval(x):
|
|
// comment
|
|
y = x**3
|
|
b = x**5
|
|
return y + x + y
|
|
// comment
|