+ 3
print(dic.get(msg[n]),end="") variable n is not needed for i in msg : print(dic.get(i),end="")
5th Jan 2020, 5:30 PM
Geek
Geek - avatar