0
JavaScript challenge!
I have a challenge for you guys! Hereâs how it goes: Make a code that turns symbols to letters of the alphabet and post it here. Any programming language allowed For example: Input: $)(&â Output: hello Edit: for those of you that are confused, you need to make a input and use a code to transform the symbols to certain letters. And no, you donât have to use my example
4 Answers
+ 6
What?!? How do we know which symbol correspond to which character?
0
Easy in python:
n=input()
print("Hello")