python alphabet capital

Solutions on MaxInterview for python alphabet capital by the best coders in the world

showing results for - "python alphabet capital"
Morgana
24 Mar 2017
1a1 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
2a2 = ["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"]
3a3 = "abcdefghijklmnopqrstuvwxyz"
4a4 = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"]