Number Plate Generator | 101 Computing
https://www.101computing.net/number-plate-generator22.10.2014 · 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 are going to learn how to use ASCII code when manipulating strings. You will use the chr() and ord() python instructions to …