summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/fun1.py
blob: e12bdbe03e8b03b13391c88ac258771246d939d9 (plain) (blame)
1
2
3
4
5
# calling a function

def f():
    print(1)
f()