I'm very new to python, as you will discover with my newb question, I am trying to create a project that prints out Ascii Banners EG
_________ _________ _______ _______ _______
|\ /|\__ __/ \__ __/|\ /|( ____ \( ____ )( ____ \
| ) ( | ) ( ) ( | ) ( || ( \/| ( )|| ( \/
| (___) | | | | | | (___) || (__ | (____)|| (__
| ___ | | | | | | ___ || __) | __)| __)
| ( ) | | | | | | ( ) || ( | (\ ( | (
| ) ( |___) (___ | | | ) ( || (____/\| ) \ \__| (____/\
|/ \|\_______/ )_( |/ \|(_______/|/ \__/(_______/
Its meant to say HI THERE,lol.
I have the a txt file with all characters on it, but i'm not sure where to go forward from there..