Posts by Lucas J Possa Gomes • 11 points
1 post
-
1
votes3
answers13058
viewsA: How to do a range with letters of the alphabet in python?
Create list from 'A' to 'ZZ' (702 widgets) Create an empty list to use the append and Insert function, also create a counter variable to mark the position of the first characters. alfabeto = [] c =…