From c477e5123db9fb45049f86d4a1f731b1d3b62567 Mon Sep 17 00:00:00 2001 From: shwtt Date: Mon, 15 Sep 2025 22:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20my?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my | 1 + test1 | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 my delete mode 100644 test1 diff --git a/my b/my new file mode 100644 index 0000000..f7f7ccd --- /dev/null +++ b/my @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCheVuVXfQQi6uhmhWBkfNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8 diff --git a/test1 b/test1 deleted file mode 100644 index 28c7145..0000000 --- a/test1 +++ /dev/null @@ -1,12 +0,0 @@ -import time -a = int(input()) -while a != 1 : - if a % 2 == 0: - a = a/2 - print(a) - else : - a = 3*a + 1 - print(a) - time.sleep(0.5) -else: - print(a)