From e92e30895ce632ce775b6e505de2b565cdf6f2c8 Mon Sep 17 00:00:00 2001 From: JiYe <1249484800@qq.com> Date: 2024年9月13日 22:49:20 +0800 Subject: [PATCH] this is cat first commit --- content/cat.py | 0 content/ex1.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 content/cat.py diff --git a/content/cat.py b/content/cat.py new file mode 100644 index 0000000..e69de29 diff --git a/content/ex1.py b/content/ex1.py index a16b7fb..e45dd88 100644 --- a/content/ex1.py +++ b/content/ex1.py @@ -11,6 +11,7 @@ print 'Yay! Printing.' print "I'd much rather you 'not'." print 'I "said" do not touch this.' +#dsy is cat # 输出中文的时候要在字符串前面加u。 # 因为python中字符串默认采用ASCII,要声明为unicode就要加u(linux环境下不需要加u)