At the end of this lesson, you will be able to:
- understand and use Unicode
- watch this
- Python 2 uses UTF-8
unichr(counter)
- create a program that prints the CAPITAL letters from A to Z along with the corresponding Unicode value and print them out together
- then do the same for lower case
- you MUST use a For ... loop
- see Latin Unicode set here
- upload only the following:
- flowchart
- test cases
- code
- screenshot
- Github link
- work on the weekly assignment
- read over For ... Each looping structure, Chapter 3
- Computer Based Problem Solving