+ 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

Often have questions like this?
Learn more efficiently, for free:
Hot today
Functions in python
2 Votes
How to make a playground
1 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Html 5 document question
1 Votes
Paint costs
1 Votes
Learning Python - Question
1 Votes