Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11b0a83

Browse files
committed
Fix typo
1 parent 79d47df commit 11b0a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/01_Script.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def bar(x):
102102
statements
103103

104104
# OR
105-
def bar(x)
105+
def bar(x):
106106
statements
107107

108108
def foo(x):

0 commit comments

Comments
 (0)