about summary refs log blame commit diff
path: root/third_party/git/t/t4018/python-def
blob: e50b31b0ad5e4aef0a92840408cba55bf5b13f71 (plain) (tree)
1
2
3
4



                          
def RIGHT(pi: int = 3.14):
    while True:
        break
    return ChangeMe()