Flicker Phrase¶
Finish the program provided. You’ll need to write five if statements and some function calls. If you do it right it should display a phrase in an interesting way.
What You Should Do on Your Own¶
Assignments turned in without these things will receive no credit.
Add the five if statements and function calls where indicated.
(optional) Add a delay using
time.sleep()
©2021 Daniel Gallo
This assignment is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.
Adapted for Python from Graham Mitchell’s Programming By Doing