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 odpowiedzi
+ 6
What?!? How do we know which symbol correspond to which character?
0
Easy in python:
n=input()
print("Hello")