Skip to content

Commit f41880f

Browse files
committed
python greeing
1 parent aa659a8 commit f41880f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/assets/greeting.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
def blue(_str):
2+
return f"\033[0;33m{_str}\033[0m"
3+
4+
print(f"""
5+
Hello 😁 ! Use the terminal to code!
6+
7+
1. Start the dev server by running {blue("$ npm run start")}
8+
2. You can find a video tutorial and explanation on the README.md file.
9+
3. Always read the terminal output, it's your best tool for debugging!
10+
""")

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)