example.py
7 lines 79 B view raw
1from a import b 2 3def test(hi: int = 17): 4 print("hi", hi) 5 return 6 7test()