Skillshare intro to Python/Unit 5: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 130:
<ul>
<li>
Dictionary manipulationDictionaries: http://docs.python.org/tutorial/datastructures.html#dictionaries.
</li>
</ul>
 
 
===Step 5: sorting===
 
Now that we have the point values for each valid word, we need to sort them so we can print the highest-value words first.
 
<b>Step 5 resources</b>:
<ul>
<li>
Lists, including sorting lists: http://docs.python.org/2/tutorial/datastructures.html#more-on-lists
</li>
</ul>
Line 158 ⟶ 170:
2 aa
</pre>
 
 
===Step 5: sorting===
 
Now that we have the point values for each valid word, we need to sort them so we can print the highest-value words first.
 
 
Anonymous user