Update README.md

This commit is contained in:
Joe James
2020-02-25 14:18:41 -06:00
committed by GitHub
parent 95c5f68458
commit e413e9a57b

View File

@@ -30,6 +30,7 @@ Try modifying the code to see how the output changes. Go to [w3schools](https://
### 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.
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?