Skip to content

CeeLeeT/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python

Online IDE:

http://pythontutor.com/visualize.html#mode=display

Snippets:

https://therenegadecoder.com/code/python-code-snippets-for-everyday-problems/


print("__________________________________________________________________________")
print(" |:..                                                      ``:::%%%%%%HH|")
print(" |%%%:::::..                    I n t r o                     `:::::%%%%|")
print(" |HH%%%%%:::::....._______________________________________________::::::|")
print(".    .        .      .             . .     .        .          .          .")
print("         .                 .                    .                .")
print("  .               A long time ago in a galaxy far, far away...   .")
print("     .               .           .               .        .             .")
print("     .      .            .                 .                                .")
print(" .      .         .         .   . :::::+::::...      .          .         .")
print("     .         .      .    ..::.:::+++++:::+++++:+::.    .     .")
print("                        .:.  ..:+:..+|||+..::|+|+||++|:.             .     .")
print("            .   .    :::....:::::::::++||||O||O#OO|OOO|+|:.    .")
print(".      .      .    .:..:..::+||OO#|#|OOO+|O||####OO###O+:+|+               .")
print("                 .:...:+||O####O##||+|OO|||O#####O#O||OO|++||:     .    .")
print("  .             ..::||+++|+++++|+::|+++++O#O|OO|||+++..:OOOOO|+  .         .")
print("     .   .     +++||++:.:++:..+#|. ::::++|+++||++O##O+:.++|||#O+    .")
print(".           . ++++++++...:+:+:.:+: ::..+|OO++O|########|++++||##+            .")
print("  .       .  :::+++|O+||+::++++:::+:::+++::+|+O###########OO|:+OO       .  .")
print("     .       +:+++|OO+|||O:+:::::.. .||O#OOO||O||#@###@######:+|O|  .")
print(" .          ::+:++|+|O+|||++|++|:::+O#######O######O@############O.  ")
print("          . ++++: .+OO###O++++++|OO++|O#@@@####@##################+         .")
print("      .     ::::::::::::::::::::++|O+..+#|O@@@@#@###O|O#O##@#OO####     .")
print(" .        . :. .:.:. .:.:.: +.::::::::  . +#:#@:#@@@#O||O#O@:###:#| .      .")
print("                           `. .:.:.:.:. . :.:.:%::%%%:::::%::::%:::   ")
print(".      .                                      `.:.:.:.:   :.:.:.:.  .   .")
#print("           .                                                                .")
#print("      .                                                                   ")
print(".          .                                                       .   .")
#print("                                                                             .")
#print("    .        .                                                           .")
#print("    .     .                                                           .      .")
print("  .     .                                                        . ")
print("              .   A terrible civil war burns throughout the  .        .     .")
print("                 galaxy: a rag-tag group of freedom fighters   .  .")
print("     .       .  has risen from beneath the dark shadow of the            .")
print(".        .     evil monster the Galactic Empire has become.                  .")
print("   .          Imperial  forces  have  instituted  a reign of   .      .")
print("             terror,  and every  weapon in its arsenal has  been           ")
print("          . turned upon the Rebels  and  their  allies:  tyranny, .   .     ")
print("   .       oppression, vast fleets, overwhelming armies, and fear.        .  .")
print(".      .  Fear  keeps  the  individual systems in line,  and is the   .")
print("         prime motivator of the New Order.             .")
print("    .   Outnumbered and outgunned,  the Rebellion burns across the   .    .")
print(".      vast reaches of space and a thousand-thousand worlds, with only     .")
print("    . their great courage - and the mystical power known as the Force -")
print("     flaming a fire of hope.                                    .")
print("    This is a  galaxy  of wondrous aliens,  bizarre monsters,  strange   .")
print(" . Droids, powerful weapons, great heroes, and terrible villains.  It is a")
print("  galaxy of fantastic worlds,  magical devices, vast fleets, awesome machi-  .")
print(" nery, terrible conflict, and unending hope.              .         .")
print(" .        .          .    .    .            .            .                   .")
print("               .               ..       .       .   .             .")
print(" .      .     T h i s   i s   t h e   g a l a x y   o f   . . .             .")
print("                     .              .       .                    .      .")
#print(".        .               .       .     .            .")
#print("   .           .        .                     .        .            .")
print("             .               .    .          .              .   .         .")
print("               _________________      ____         __________ ")
print(" .       .    /                 |    /    \    .  |          \ ")
print("     .       /    ______   _____| . /      \      |    ___    |     .     .")
print("             \    \    |   |       /   /\   \     |   |___>   |")
print("           .  \    \   |   |      /   /__\   \  . |         _/               .")
print(" .     ________>    |  |   | .   /            \   |   |\    \_______    .")
print("      |            /   |   |    /    ______    \  |   | \           |")
print("      |___________/    |___|   /____/      \____\ |___|  \__________|    .")
print("  .     ____    __  . _____   ____      .  __________   .  _________")
print("       \    \  /  \  /    /  /    \       |          \    /         |      .")
print("        \    \/    \/    /  /      \      |    ___    |  /    ______|  .")
print("         \              /  /   /\   \ .   |   |___>   |  \    \  ")
print("   .      \            /  /   /__\   \    |         _/.   \    \            +")
print("           \    /\    /  /            \   |   |\    \______>    |   .")
print("            \  /  \  /  /    ______    \  |   | \              /          .")
print(" .       .   \/    \/  /____/      \____\ |___|  \____________/  ")
print("                               .                                        .")
print("     .                           .         .               .                 .")
print("                .                                   .            .")
print ("                                                            G33kStati0n 2021")

# ------------------------------------------------
print("...")
#usrinput = input("Enter some text :  ")
#print("\n  you entered :", usrinput)
#print(thetext)
#exit()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages