⚡🔥CHALLENGE: PRINT YOUR NAME🔥⚡ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

⚡🔥CHALLENGE: PRINT YOUR NAME🔥⚡

1.In a printing your name you must only use ascii values. 2.This don't have to be only your name, this also can be any word. 3.Use ASCII values only for alphabetic characters. 4.Any language is welcome. 5.No step 5! That's it!

14th Sep 2017, 1:38 PM
SerbianGamesBL
SerbianGamesBL - avatar
9 Answers
+ 11
https://code.sololearn.com/cMNl6kdKHjAt/?ref=app
18th Sep 2017, 4:30 PM
Suresh
+ 9
print(",".join(list(map(ord,[i for i in"Blade Of Justice"]))))
14th Sep 2017, 1:54 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 9
Serbijane brate, jesili to stvarno ti? :)
28th Sep 2017, 12:53 AM
Vukan
Vukan - avatar
14th Sep 2017, 7:25 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
14th Sep 2017, 3:42 PM
m abrate
m abrate - avatar
+ 4
Not a Ruby expert, but here's my code.. https://code.sololearn.com/cSpEv1nniSub/?ref=app
17th Sep 2017, 8:45 AM
noobcøder
noobcøder - avatar
15th Sep 2017, 2:02 PM
ysraelcon
ysraelcon - avatar
0
easily chr(letter in ascii) in python 😎😎
15th Sep 2017, 11:46 PM
New Coder
New Coder - avatar