5 lines
No EOL
101 B
Text
5 lines
No EOL
101 B
Text
def function_name():
|
|
if condition:
|
|
return value
|
|
for item in list:
|
|
print(item) |