2022-2023/1NSI/06_Listes_et_tuples/scripts/QCM_f.py

3 lines
31 B
Python
Raw Normal View History

def f(x):
return (x, x**2)