cours-snt/nsi/controle2/gettuple.py
2021-12-06 10:04:28 +01:00

3 lines
35 B
Python

t = (10,5,1,12,15)
r = t[2] - t[4]