From 2179b6c7e42edfc266b31991a30a928507247e8e Mon Sep 17 00:00:00 2001 From: Adarshjaiss <88837311+Adarshjaiss@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:11:17 +0530 Subject: [PATCH] Updated appy. py --- .../lessons/1-introduction-to-iot/code/pi/nightlight/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started/lessons/1-introduction-to-iot/code/pi/nightlight/app.py b/1-getting-started/lessons/1-introduction-to-iot/code/pi/nightlight/app.py index f0b303f3..f301245e 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/code/pi/nightlight/app.py +++ b/1-getting-started/lessons/1-introduction-to-iot/code/pi/nightlight/app.py @@ -1 +1 @@ -print('Hello World!') \ No newline at end of file +print("Hello World!")