We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40adb9b commit e975f59Copy full SHA for e975f59
README.md
@@ -1 +1,13 @@
1
-# python-course
+# 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
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