1+ camel = r"""
2+ Switching on the camera in the camel habitat...
3+ ___.-''''-.
4+ /___ @ |
5+ ',,,,. | _.'''''''._
6+ ' | / \
7+ | \ _.-' \
8+ | '.-' '-.
9+ | ',
10+ | '',
11+ ',,-, ':;
12+ ',,| ;,, ,' ;;
13+ ! ; !'',,,',',,,,'! ; ;:
14+ : ; ! ! ! ! ; ; :;
15+ ; ; ! ! ! ! ; ; ;,
16+ ; ; ! ! ! ! ; ;
17+ ; ; ! ! ! ! ; ;
18+ ;,, !,! !,! ;,;
19+ /_I L_I L_I /_I
20+ Look at that! Our little camel is sunbathing!"""
21+ 22+ lion = r"""
23+ Switching on the camera in the lion habitat...
24+ ,w.
25+ ,YWMMw ,M ,
26+ _.---.._ __..---._.'MMMMMw,wMWmW,
27+ _.-"" ''' YP"WMMMMMMMMMb,
28+ .-' __.' .' MMMMW^WMMMM;
29+ _, .'.-'"; `, /` .--"" :MMM[==MWMW^;
30+ ,mM^" ,-'.' / ; ; / , MMMMb_wMW" @\
31+ ,MM:. .'.-' .' ; `\ ; `, MMMMMMMW `"=./`-,
32+ WMMm__,-'.' / _.\ F'''-+,, ;_,_.dMMMMMMMM[,_ / `=_}
33+ "^MP__.-' ,-' _.--"" `-, ; \ ; ;MMMMMMMMMMW^``; __|
34+ / .' ; ; ) )`{ \ `"^W^`, \ :
35+ / .' / ( .' / Ww._ `. `"
36+ / Y, `, `-,=,_{ ; MMMP`""-, `-._.-,
37+ (--, ) `,_ / `) \/"") ^" `-, -;"\:
38+ The lion is roaring!"""
39+ 40+ deer = r"""
41+ Switching on the camera in the deer habitat...
42+ /| |\
43+ `__\\ //__'
44+ || ||
45+ \__`\ |'__/
46+ `_\\ //_'
47+ _.,:---;,._
48+ \_: :_/
49+ |@. .@|
50+ | |
51+ ,\.-./ \
52+ ;;`-' `---__________-----.-.
53+ ;;; \_\
54+ ';;; |
55+ ; | ;
56+ \ \ \ | /
57+ \_, \ / \ |\
58+ |';| |,,,,,,,,/ \ \ \_
59+ | | | \ / |
60+ \ \ | | / \ |
61+ | || | | | | |
62+ | || | | | | |
63+ | || | | | | |
64+ |_||_| |_| |_|
65+ /_//_/ /_/ /_/
66+ Our 'Bambi' looks hungry. Let's go to feed it!"""
67+ 68+ goose = r"""
69+ Switching on the camera in the goose habitat...
70+
71+ _
72+ ,-"" "".
73+ ,' ____ `.
74+ ,' ,' `. `._
75+ (`. _..--.._ ,' ,' \ \
76+ (`-.\ .-"" ""' / ( d _b
77+ (`._ `-"" ,._ ( `-( \
78+ <_ ` ( <`< \ `-._\
79+ <`- (__< < :
80+ (__ (_<_< ;
81+ `------------------------------------------
82+ The goose is staring intently at you... Maybe it's time to change the channel?"""
83+ 84+ bat = r"""
85+ Switching on the camera in the bat habitat...
86+ _________________ _________________
87+ ~-. \ |\___/| / .-~
88+ ~-. \ / o o \ / .-~
89+ > \\ W // <
90+ / /~---~\ \
91+ /_ | | _\
92+ ~-. | | .-~
93+ ; \ / i
94+ /___ /\ /\ ___\
95+ ~-. / \_/ \ .-~
96+ V V
97+ This bat looks like it's doing fine."""
98+ 99+ rabbit = r"""
100+ Switching on the camera in the rabbit habitat...
101+ ,
102+ /| __
103+ / | ,-~ /
104+ Y :| // /
105+ | jj /( .^
106+ >-"~"-v"
107+ / Y
108+ jo o |
109+ ( ~T~ j
110+ >._-' _./
111+ / "~" |
112+ Y _, |
113+ /| ;-"~ _ l
114+ / l/ ,-"~ \
115+ \//\/ .- \
116+ Y / Y
117+ l I !
118+ ]\ _\ /"\
119+ (" ~----( ~ Y. )
120+ It looks like we will soon have more rabbits!"""
121+ 122+ 123+ animals = [camel , lion , deer , goose , bat , rabbit ]
0 commit comments