+ 3
Challenge in different levels
Write a code to display a frienly message in big letters. Make sure you write from left to right. Easy level: use the code below and expand with at least 1 letter. Medium level: design an other letter type (python) or use an other programming language. Harder level: use an other method to obtain the same result. Enjoy! https://code.sololearn.com/cbWVHjeJXir9/?ref=app
3 odpowiedzi
+ 1
https://code.sololearn.com/W6Njz4E8aIrw/?ref=app
+ 3
https://code.sololearn.com/cXX7umGUtMPx/?ref=app
i decided on rotate the text. i made my own character set (capitals and space) but the code is flexible enough to use customized and just insert the other set.