From 32299a3f507c5cb7a7e8fa3ea6ad0e4e02bd734b Mon Sep 17 00:00:00 2001 From: sunilsinghc11 <166667153+sunilsinghc11@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:26:36 -0400 Subject: [PATCH] Update pythonProj.py --- pythonExample/pythonProj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonExample/pythonProj.py b/pythonExample/pythonProj.py index 6051547..8bc1b6d 100644 --- a/pythonExample/pythonProj.py +++ b/pythonExample/pythonProj.py @@ -2,7 +2,7 @@ # Function definition is here def printme( str ): - # This prints a passed string into this function + # This prints out a passed string into this function print (str) return;