Skillshare intro to Python/Unit 4: Difference between revisions

imported>Jesstess
No edit summary
imported>Jesstess
Line 14:
<li>What variables and data types are used? Where are the strings, integers, and floats?</li>
<li>What functions from the <code>random</code> module are used, and why?</li>
<li>Where are the comments, and what do they tell you?</li>
</ul>
</li>
Line 28 ⟶ 27:
 
For <code>password_generator.py</code>, how would you generate a password that was, instead of a fixed 10 characters long, a random length between 10 and 14 characters?
 
 
==Success!==
Anonymous user