From 257c99cf5c5198facbc5c6483c3472b060cc7bff Mon Sep 17 00:00:00 2001 From: anviren Date: Sun, 25 Jan 2026 10:37:06 +0300 Subject: [PATCH] Fix duplicate print statements in ex10.py Removed duplicate print statements for cat variables. --- content/ex10.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/ex10.py b/content/ex10.py index a2fc6c6..566dfb9 100644 --- a/content/ex10.py +++ b/content/ex10.py @@ -22,6 +22,15 @@ print tabby_cat print persian_cat print backslash_cat +print fat_catprint tabby_cat +print persian_cat +print backslash_cat +print fat_catprint tabby_cat +print persian_cat +print backslash_cat +print fat_catprint tabby_cat +print persian_cat +print backslash_cat print fat_cat # 试试运行下面的代码