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