Fantastic-project
latest
Contents:
Delivery Managar
Feature B
Subsection
Feature C
Fantastic-project
Docs
»
Feature B
Edit on GitHub
Feature B
¶
Subsection
¶
Python code block:
def
print_it
(
pstr
):
print
(
pstr
)
def
main
():
print_it
(
"function call"
)