Advertisement
Nestor10

Moo

Sep 2nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.83 KB | None | 0 0
  1. important = "moo"
  2. print(
  3.   ' ' * 10,
  4.   "{}\n  {}\n   {}\n   {}\n{}\n{}\n {}\n   {}\n   {}\nthe  {}\nc"
  5.   f"{important[-1]}w   {{}}\nsays    {{}}\n'{important}'    {{}}"
  6.   f"\n{' '*8}{{}}\n{' '*7}{{}}\n     {{}}\n{' '*11}{{}}".format(
  7.     ",=    ,        =.", ("_  _   /'/    )\\,/,/(_   \\`\\"),
  8.     ("`//-.|  (  ,\\\\)\\//\\)\\/_  ) |"), ("//___\\   `\\\\\\/\\"
  9.     "\\/\\/\\\\///'  /"), (",-\"~`-._ `\"--'_   `\"\"\"`  _ \\`'"
  10.     "\"~-,_"), ("\\       `-.  '_`.      .'_` \\ ,-\"~`/"), ("`."
  11.     "__.-'`/   (-\\        /-) |-.__,'"), ("||   |     \\O)  /^"
  12.     "\\ (O/  |"), ("`\\\\  |         /   `\\    /"), ("\\\\  \\ "
  13.     "      /      `\\ /"), ("`\\\\ `-.  /' .---.--.\\"), ("`\\\\"
  14.     "/`~(, '()      ()"), "/(O) \\\\   _,.-.,_)", "//  \\\\ `\\'"
  15.     "`      /", "/ |  ||   `\"\"~~~\"`", "/'  |__||", "`o"
  16.   )
  17. )
  18. exit(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement