From f67fe17dd520455ef69f9aa678a30b8541a8d9b7 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 29 May 2019 19:39:42 +0530 Subject: Added print funxtion to speedLim --- pythonProgram/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonProgram/main.py b/pythonProgram/main.py index 2d89586..de977f5 100755 --- a/pythonProgram/main.py +++ b/pythonProgram/main.py @@ -318,7 +318,7 @@ def speedlim(): while int(carSpeed) <= int(speedLimit): carSpeedDummy = open("./files/carSpeed.txt", "r") carSpeed = carSpeedDummy.read() - print("Under the Speed Limit") + print("Under the Speed Limit with a speed of ", carSpeed) time.sleep(5) ################## -- cgit v1.2.3