2 lines
No EOL
28 B
Python
2 lines
No EOL
28 B
Python
def f(x):
|
|
return (x, x**2) |
def f(x):
|
|
return (x, x**2) |