From e40e3af2e5d948b1d66545ed02d9c19613ee0eb1 Mon Sep 17 00:00:00 2001 From: jiaqili2002 Date: Mon, 19 Jan 2026 22:26:49 +0000 Subject: [PATCH] add Lab02.py --- Lab02/Lab02.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Lab02/Lab02.py diff --git a/Lab02/Lab02.py b/Lab02/Lab02.py new file mode 100644 index 0000000..af32f3c --- /dev/null +++ b/Lab02/Lab02.py @@ -0,0 +1,2 @@ +for i in range(1, 101, 2): + print(i)