Created
March 31, 2016 20:21
-
-
Save Sadin/6589b2de08fe6cc1bbcef6cd5a82d5da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dallbee> Today, for the next 30 mins, you have your first learning task | |
<dallbee> we'll be loosely following: https://docs.python.org/3/reference/index.html | |
<dallbee> So your first task: Make a button which prints random strings to the command line | |
<dallbee> it should build on top of main.py | |
<dallbee> and you should have a "gen_random" function | |
<dallbee> which takes an argument of which random characters to use | |
<dallbee> and how long the string should be |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment