From 08ae9d941aea2671164ecae365173ebce7cc0a7e Mon Sep 17 00:00:00 2001 From: Jesse Wei Date: Tue, 5 Apr 2022 23:28:16 -0400 Subject: [PATCH] example files --- exercises/workshop.py | 5 ++++- lessons/test-file.txt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lessons/test-file.txt diff --git a/exercises/workshop.py b/exercises/workshop.py index fb0869b..bc3fc7d 100644 --- a/exercises/workshop.py +++ b/exercises/workshop.py @@ -1,8 +1,9 @@ """Short and sweet demo program!""" -__author__ = "" # Fill in your name here - always good practice to have an __author__ variable. +__author__ = "githubtester110 " # Fill in your name here - always good practice to have an __author__ variable. # Please don't modify this list :) +# ok i won't SECRET: list[str] = [' ', '█', '█', '█', '█', '█', '█', '╗', ' ', '█', '█', '╗', '█', '█', '█', '█', '█', '█', '█', '█', '╗', ' ', '█', '█', '╗', ' ', '█', '█', '╗', ' ', '█', '█', '█', '█', '█', '█', '╗', ' ', '\n', ' ', '█', '█', '╔', '═', '═', '═', '═', '╝', ' ', '█', '█', '║', '╚', '═', '═', '█', '█', '╔', '═', '═', '╝', '█', '█', '█', '║', '█', '█', '█', '║', '█', '█', '╔', '═', '█', '█', '█', '█', '╗', '\n', ' ', '█', '█', '║', ' ', ' ', '█', '█', '█', '╗', '█', '█', '║', ' ', ' ', ' ', '█', '█', '║', ' ', ' ', ' ', '╚', '█', '█', '║', '╚', '█', '█', '║', '█', '█', '║', '█', '█', '╔', '█', '█', '║', '\n', ' ', '█', '█', '║', ' ', ' ', ' ', '█', '█', '║', '█', '█', '║', ' ', ' ', ' ', '█', '█', '║', ' ', ' ', ' ', ' ', '█', '█', '║', ' ', '█', '█', '║', '█', '█', '█', '█', '╔', '╝', '█', '█', '║', '\n', ' ', '╚', '█', '█', '█', '█', '█', '█', '╔', '╝', '█', '█', '║', ' ', ' ', ' ', '█', '█', '║', ' ', ' ', ' ', ' ', '█', '█', '║', ' ', '█', '█', '║', '╚', '█', '█', '█', '█', '█', '█', '╔', '╝', '\n', ' ', '╚', '═', '═', '═', '═', '═', '╝', ' ', '╚', '═', '╝', ' ', ' ', ' ', '╚', '═', '╝', ' ', ' ', ' ', ' ', '╚', '═', '╝', ' ', '╚', '═', '╝', ' ', '╚', '═', '═', '═', '═', '═', '╝', ' ', '\n'] def main() -> None: @@ -18,6 +19,8 @@ def main() -> None: # 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. + # how about i just add a comment, gg + if __name__ == "__main__": main() diff --git a/lessons/test-file.txt b/lessons/test-file.txt new file mode 100644 index 0000000..30f51a3 --- /dev/null +++ b/lessons/test-file.txt @@ -0,0 +1 @@ +hello, world! \ No newline at end of file