Translations:Macros/Python Guide/Common errors/9/es

    From The Document Foundation Wiki

    def test():
        if True:
        print('Hello')
        return

    La versión correcta sería así: