PythonExtra/tests/basics/fun1.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
48 B
Python
Raw Normal View History

# calling a function
def f():
print(1)
f()