Skip to content

Instantly share code, notes, and snippets.

@Sadin
Created March 31, 2016 20:21
Show Gist options
  • Save Sadin/6589b2de08fe6cc1bbcef6cd5a82d5da to your computer and use it in GitHub Desktop.
Save Sadin/6589b2de08fe6cc1bbcef6cd5a82d5da to your computer and use it in GitHub Desktop.
<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