From eb9e770a63f3cc6cb74a3c003cee904a264906e0 Mon Sep 17 00:00:00 2001 From: ElenaFu <1131404779@qq.com> Date: Tue, 12 Aug 2025 16:52:08 +0800 Subject: [PATCH] Create fy_code.py --- fy_code.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fy_code.py diff --git a/fy_code.py b/fy_code.py new file mode 100644 index 0000000..570c4af --- /dev/null +++ b/fy_code.py @@ -0,0 +1,4 @@ +def fy_print(): + print("fy print") + +fy_print() \ No newline at end of file