From 3e79180e2c20639d2c41240a62f722cfbe2444de Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Wed, 3 Sep 2025 23:37:32 +0800 Subject: [PATCH] feat: rename --- for_loop.py => for_loop_test.py | 0 functions.py => functions_test.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename for_loop.py => for_loop_test.py (100%) rename functions.py => functions_test.py (100%) diff --git a/for_loop.py b/for_loop_test.py similarity index 100% rename from for_loop.py rename to for_loop_test.py diff --git a/functions.py b/functions_test.py similarity index 100% rename from functions.py rename to functions_test.py