Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main() -> None:
print("After running this file, open up demo.txt in File Explorer/Finder for a nice surprise :)")
print("You can also accomplish this by typing cat demo.txt (macOS and Linux) or more demo.txt (Windows)")

# Add whatever else you want under this line!
# Add whatever else you want under this line
# A simple print statement, something interesting, or anything else.
# If you want your pull request to be accepted, don't put anything you wouldn't want others to see.

Expand Down