Skip to content

sdasr7/python-random-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python-random-quote

Let's Write a Python Quote Bot!

This repository will get you started with building a quote bot in Python. It's meant to be used along with the Learning Lab intro to Python. This code defines a main() function that simply assigns the quote "Keep it logically awesome." to a variable named quote, and then prints it. When you run this code, it will print the desired quote directly.

When complete, you'll be able to grab random quotes from the command line, like this:

$ python get-quote.py

Keep it intelectually awesome

$ python get-quote.py

Speak like a human

Start the Tutorial

You can find your next step in this repo's issues!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages