Skip to content

Commit

Permalink
Update pythonProj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 authored Aug 14, 2024
1 parent c491d48 commit 32299a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonExample/pythonProj.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 32299a3

Please sign in to comment.