Tag: ASCII code

Random Password Generator

For this challenge, we will use a Python script to generate a random password of 8 characters. Each time the program is run, a new password will be generated randomly. The passwords generated will be 8 characters long and will

Number Plate Generator

For this Python challenge we need to investigate how UK number plates work. Check this page from aa.com to learn more about the current format of number plates in the UK. Learning Objectives: By completing this challenge using Python we