torefinger.blogg.se

Ascii art fish
Ascii art fish













  1. #Ascii art fish update#
  2. #Ascii art fish driver#

Import ascii_art_module def main(): ascii_art_module.ascii_rectangle (2, 4, "$") ascii_art_module.ascii_rectangle(8, 9, "#") ascii_art_module.ascii_rectangle(10, 10, "*") ascii_art_module.ascii_triangle (2, "6") ascii_art_module.ascii_triangle (4, "") ascii_art_module.ascii_triangle (8, "C") ascii_art_module.ascii_triangle (5, "/") ascii_art_module.ascii_scary_face ("$", "*") print) ascii_art_module.ascii_scary_face ("X", "6") print ascii_art_module. Make sure to pass different argument values to each function call to demonstrate how the input arguments affect the output and execution of the function.ĭef ascii_rectangle (length, width, symbol): for count_length in range (length): for count_width in range (width) : print (symbol, end='') print() def ascii_triangle (size, symbol): length = 1 for count_row in range (size): for count_col in range (0, length) : print (symbol, end='') print) length += 1 11 def ascii_scary_face (symbol_outline, symbol_eyes) : print(" + symbol_outline + symbol_outline + symbol_outline symbol_outline symbol_outline + symboi_outline + symbol_outline) print (symbol_outline + + symbol_eyes +" + symbol_eyes + + symbol_outline) print (symbol outline + " /" + symbol_outline) print (symbol_outline + + symbol_outline) print(" " + symbol_outline symbol_outline symbol_outline symbol_outline symbol_outline + symbol_outline + symbol_outline) +

#Ascii art fish driver#

After you are finished with your new functions, go to the driver file and write 3 calls to each function (6 total) to demonstrate how the functions execute. Use parameters to change the outline of the star.

ascii art fish

ASCII Star - Outputs a star using various symbols.Use parameters to change the look of the ears on each call. ASCII DogFace - Outputs a dog face using various symbols.Use parameters to specify the outline of the fish as well as the eyes. ASCII Fish - Outputs a fish using various symbols.These functions should take in at least 1 parameter each that is used to alter the output of the ASCII art in some way (for example, the symbol_eyes parameter in ascii_scary_face is used to change the look of the scary face's eyes). ascii_art_scary_face Write 2 new function definitions that produce some kind of ascii art of your choosing.In that file, we have already 3 functions: Use them to destroy ambiguity and help your friends experience your text as you want.In this activity, we are going to play around with the ASCII Art module that is provided on Canvas. Make your own cool text emoticons (also known as kawaii smiley faces and text emoji faces from symbols) or copy and paste from a list of the best one line text art smiley faces.

ascii art fish

But the tune is in your mind and your hands, not inside the tool you use to play it. Instruments that musicians play are different. Great artists do it, great artists, like scientists, discover new ways and tools to do it, it's an art. It shouldn't come at you as a trivial task.

ascii art fish

And making people emotionally understand others in new ways is an art. Maybe, it's different from mine and I don't want to impose my view of things upon you.īut the concept I see there is making others genuinely feel as you will them to. Only read this after you have figured out the answer for yourself. Hiring a visual artist is definitely not the practical thing to do mundanely. If a poet is making a book where he wants to display some body language visually, he usually would hire a painter to paint some scenes and do an even better job than emoticons would.īut think about an occasion when you're texting a message to someone.

ascii art fish

(─‿‿─) Even as for great writers, most only use plain text. It's definitely not an easy question, but no, I'm not trying to confuse you and say that they all use cute text emoticons. In this activity, we are going to play around with the ASCII Art.

#Ascii art fish update#

What makes people great painters, great actors, or great poets? The following Ascii art images are composed on only one line of text, so you can use them on Twitter, Facebook, SMS text messaging, IM, or any other status update tool. In Python and use either ASCII Fish, DogFace, or Star please as well as one of your liking.















Ascii art fish