13 lines
100 B
Python
13 lines
100 B
Python
(4 + 5 + 5)
|
|
|
|
def foo(a, b, c)
|
|
|
|
def bar(a, b):
|
|
4
|
|
4
|
|
4
|
|
|
|
[1, 4, 5, 10]
|
|
|
|
def foo():
|
|
pass
|