learn-python
learn-python copied to clipboard
Create initials_by_line.py
Wanted to provide an example where it's a bit more flexible rather than putting the whole ascii in a string
#Steven Kelly #I am a world class martial artist first_initial = """ sss k k s s k k s k k sss kk s k k s s k k sss k k """ print (first_initial)