Files
gauvainboiche 0d071d2843 Semaine 11
2026-07-11 21:38:00 +02:00

2 lines
100 B
Python

resultats = [("srv-web-01", "192.168.1.10"), ("sw-access-02", "192.168.1.2")]
print(resultats[1][0])