LottaMe / pylet

A tool to learn python that is inspired by rustlings.
MIT License
0 stars 0 forks source link

Create success flow #10

Closed LottaMe closed 6 months ago

LottaMe commented 6 months ago

Description

Pylet should not print out every successful exercise, but watch for a comment in successful exercises (# I am not done).

If the comment is not there, the program should ignore the output and instead visualize that the exercise is tracked.

If the comment is there, the program should print the output and tell the user to remove the comment to continue.

Checklist