root f3d41d6c83 nouveau fichier : creatusr.py
nouveau fichier : users.txt
2024-10-03 11:58:20 +02:00

11 lines
138 B
Python

#!/usr/bin/python3
try:
fh = open("users.txt", "r")
except:
print("Fichier inconnu")
else:
line = fh.readline()
while line: