proper eof handling
This commit is contained in:
parent
6a66b63680
commit
1c21aede4b
8 changed files with 9 additions and 8 deletions
|
|
@ -5,4 +5,4 @@ def calculate(a, b=10):
|
|||
return result
|
||||
|
||||
# This is a comment
|
||||
x = calculate(5, 15)
|
||||
x = calculate(5, 15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue