Unicode Characters English and Indian Languages
Hello Python Community, I created this program which prints unicode characters of English and Indian Language Characters. https://code.sololearn.com/cQUXAFquw9ww/#py Could please help me in optimising this code? In section 3 to section 10 I have created a empty list named numbers and have been successful in running a for loop to append all numbers in a particular range into the numbers list. It works smoothly and I am happy with this. In section 1 however, I tried the same trick to create an empty list named characters and tried to append them with a for loop for a particular range of characters (not numbers). How is this possible? I was not successful, so I ended up manually typing all english alphabets A to Z in the list named characters to create 26 items. Is there an efficient way to do this?