ASCII table
Read
http://en.wikibooks.org/wiki/Non-Programmer’s_Tutorial_for_Python_2.6/Revenge_of_the_Strings
http://code.linuxnix.com/2013/11/pfotd-python-ord-function-examples.html
Using the above commands, produce the ASCII table from upper case a to lower case Z. The last link above shows the ascii values. When displaying the ASCII table you should show the integer number and the character only. You should also useĀ a loop.

You need to log in or create an account to submit code!











