indention start
This commit is contained in:
parent
1c21aede4b
commit
5062a9b588
12 changed files with 268 additions and 48 deletions
|
|
@ -1,8 +1,3 @@
|
|||
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)
|
||||
42 3.14 0xFF 0b1010
|
||||
"hello" 'world' """multiline"""
|
||||
'test' "escaped\"quote"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue