test names

This commit is contained in:
bronku 2025-11-25 16:50:09 +01:00
parent 330e16df3e
commit 346ea64f91
18 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
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)