modifié : sio2/sisr/20-python/exo4.py
This commit is contained in:
parent
dda8c9b878
commit
0d9f1dc79e
@ -29,6 +29,6 @@ def main(filename):
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if len(sys.argv) != 2:
|
if len(sys.argv) != 2:
|
||||||
print("Usage: python creatusr.py <nom_du_fichier>")
|
print("Usage: python exo4.py <nom_du_fichier>")
|
||||||
else:
|
else:
|
||||||
main(sys.argv[1])
|
main(sys.argv[1])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user