From e413e9a57b8720e3e53524bdfbc393f748aaf9ce Mon Sep 17 00:00:00 2001 From: Joe James Date: Tue, 25 Feb 2020 14:18:41 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81efabb..af88a5e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Try modifying the code to see how the output changes. Go to [w3schools](https:// - Copy and paste my table styles into the jsfiddle css window and run it. Then try editing it to make your own style for tables by setting different values for table, tr, td, and th tags. What happens when you add a td:hover style? ### Instructions, Day 3: Python - Open two browser tabs: one tab with the GitHub python folder, and another go to [repl.it](http://www.repl.it) -- Copy and paste the python code in each of the files from GitHub into the repl, and run. +- Copy and paste the python code in each of the files from GitHub into the repl, and run. +Do in this order: 1. simple_math, 2. for_loops, 3. lists, 4. dictionaries, 5. functions. - What character indicates a comment? - What types of data can a list hold? Try integers, floating point numbers (decimals), and strings (text). - How do you access individual items in a list?