We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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