하로={}
히사={}
신신=["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","!",]
란란=["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","¡",]
for α in range(len(란란)):
하로[신신[α]]=란란[α]
히사[란란[α]]=신신[α]
print(히사["a"])
To embed this project on your website, copy the following code and paste it into your website's HTML: