Webeduclick.com
Computer Science Tutorials
msg="HelloWorld" i=0 while i<len(msg): letter=msg[i] print(chr(ord(letter)+3),end=' ') i+=1
Output: