Python Challenge 4

Python Challenge 4

Robotics & Automation October 14, 2025
Share Story

Python Username/Password Generator

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.

 

Want more?

Stay updated with our latest stories and community lesson plans.

Back to Blog