
Now that your skills have increased, let's try a new online Python IDE. It's called JDOODLE.OCM
Here's a complicated line that you can copy and place into your script:
chars = string.ascii_letters + string.digits + string.punctuation
I'll explain what ascii is in class, but here's a visual representation of ASCII characters and the binary code equivalents.

