From 27f2767725e45afca297077b44b84cd0b9845e04 Mon Sep 17 00:00:00 2001 From: dllamas Date: Tue, 31 May 2022 01:52:13 +0000 Subject: [PATCH] Actualizar 'led.py' --- led.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/led.py b/led.py index b716ce5..e48f760 100755 --- a/led.py +++ b/led.py @@ -46,5 +46,8 @@ elif sys.argv[1]=="b": else: print("Wrong command!!!") - + print("Wrong command!!!") + print("To turn on the LED please type: ./led.py on") + print("To turn off the LED please type: ./led.py off") + print("To make the LED blink please type: ./led.py b") print("Script done")