22 lines
416 B
Python
22 lines
416 B
Python
|
tabby_cat "\tI'm tabbed in."
|
||
|
persian_cat "I'm split\non a line."
|
||
|
backslash_cat "I'm \\ a \\ cat."
|
||
|
|
||
|
fat_cat =
|
||
|
I'll do a list:
|
||
|
\asdft* Cat food
|
||
|
\t* Fishes
|
||
|
\tasdf* Catnip\n\t* Grass
|
||
|
\asdt* Yo \adfsa Yasfoaa\azbcow\zznasabasbbdrwhat\kvcow
|
||
|
\U0001F60
|
||
|
|
||
|
|
||
|
printtabby_cat)
|
||
|
printpersian_cat)
|
||
|
printbackslash_cat)
|
||
|
printfat_cat)
|
||
|
|
||
|
1. Got them on a study sheet minus hex, others not explained.
|
||
|
2. don't know
|
||
|
3. Done. See fat_cat
|