Skip to content

Commit e975f59

Browse files
authored
Update README.md
1 parent 40adb9b commit e975f59

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# python-course
1+
# Build a Python Quote Bot
2+
3+
This tutorial shows you how to build a simple quote bot in Python, even if you've never written any code before.
4+
5+
> $ `python get-quote.py`
6+
>
7+
> Keep it logically awesome
8+
>
9+
> $ `python get-quote.py`
10+
>
11+
> Speak like a human
12+
13+
Learn how to read from a text file of quotes, randomly choose one, and print it to your terminal.

0 commit comments

Comments
 (0)