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

3 lines
35 B
Python
Raw Normal View History

t = (10,6,1,12,15)
r = t[3] - t[1]