From fb324b27d98c85da6700560cc04ca65429b6cc84 Mon Sep 17 00:00:00 2001 From: 10_2 Date: Sun, 14 Jul 2024 11:41:32 +0800 Subject: [PATCH] 10_2 --- 2024-7-14-3.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2024-7-14-3.py diff --git a/2024-7-14-3.py b/2024-7-14-3.py new file mode 100644 index 0000000..1f448f5 --- /dev/null +++ b/2024-7-14-3.py @@ -0,0 +1,4 @@ +def prin(*args): + print(args) + +