From 7e3068d585a82399af5afdb9a010aace8598587e Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Wed, 27 Mar 2024 18:17:51 +0800
Subject: [PATCH] save project

---
 card.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 card.py

diff --git a/card.py b/card.py
new file mode 100644
index 0000000..b5597c4
--- /dev/null
+++ b/card.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("Hi,诺伊\n用python写电子贺卡太有趣了!",font=("Times",18,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0