Skip to content

Chain swimming functions #265

Open
Open
@Bubobubobubobubo

Description

This should be easier to do without the extra printing:

@swim
def test():
    print("Première fonction")
    swim(test2)

@swim
def test2():
    print("Seconde fonction")
    swim(test)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions