test 7
This commit is contained in:
parent
2be4542c1b
commit
ced10cf298
5 changed files with 14 additions and 7 deletions
|
|
@ -3,6 +3,6 @@ def calculate(a, b=10):
|
|||
if result > 100:
|
||||
print("Large result:", result)
|
||||
return result
|
||||
|
||||
# This is a comment
|
||||
|
||||
# this is a comment
|
||||
x = calculate(5, 15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue