+ 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!
9 ответов
+ 11
https://code.sololearn.com/cMNl6kdKHjAt/?ref=app
+ 9
print(",".join(list(map(ord,[i for i in"Blade Of Justice"]))))
+ 9
Serbijane brate, jesili to stvarno ti? :)
+ 7
+ 5
here it is! 🐍
https://code.sololearn.com/czQTIy49iq6U/?ref=app
+ 4
Not a Ruby expert, but here's my code..
https://code.sololearn.com/cSpEv1nniSub/?ref=app
+ 3
input any word https://code.sololearn.com/cbPfxfX1mm5a/?ref=app
0
easily chr(letter in ascii) in python 😎😎