Skip to content

Commit

Permalink
Update python-lists.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloa authored Apr 12, 2019
1 parent 9d3788e commit 7c80e39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test-curriculum/python-lists.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: Lists in Python
author: John Smith
date: 4/2/19
next: [Step 2](@step_2.md) ///links not creating within "---"
prev: [Intro](@intro.md)
jump to: @step1.md
title: Lists in Python
author: John Smith
date: 4/2/19
next: [Step 2](@step_2.md) ///links not creating within "---"
prev: [Intro](@intro.md)
jump to: @step1.md
***
# Lists in Python
Lists are a great tool to map data to other data. Python's list are a way to organize your data. Your data would be structured like

Expand Down

0 comments on commit 7c80e39

Please sign in to comment.