test names
This commit is contained in:
parent
330e16df3e
commit
346ea64f91
18 changed files with 0 additions and 0 deletions
8
test/lexer/06.in
Normal file
8
test/lexer/06.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
def calculate(a, b=10):
|
||||
result = (a + b) * 2
|
||||
if result > 100:
|
||||
print("Large result:", result)
|
||||
return result
|
||||
|
||||
# This is a comment
|
||||
x = calculate(5, 15)
|
||||
Loading…
Add table
Add a link
Reference in a new issue