1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'''
Print your name in Symbols
author: Bogdanov Bogdan
I chose the vertical output of character because it
horizontally will not check correctly.
update 1.1: Add to function:
1. Lists for the formation of the letters.
2. Processing errors in text_input.
update 1.2: Change Z symbol.
update 1.3: Change Lists for the formation of the letters.
update 1.4: Print in a horizontal line.(in the phone does not
display correctly).
if you want to try, to add a function parameter
TRUE. an example of a function call:
print_text_in_symbol(text_input, rand_ch,
rand_bg, inline = True)
At the bottom I commented this function
update 1.5: Change Lists for the formation of the letters.
update 1.6: Add to function output: 1 Space .
2 Numbers 0-9 .
3 Symbols ?!,.-+ .
THANKS for more than 3000 likes, and thanks for the comments.
'''