更新 my

This commit is contained in:
shwtt 2025-09-15 22:10:17 +08:00
parent 343074164a
commit c477e5123d
2 changed files with 1 additions and 12 deletions

1
my Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCheVuVXfQQi6uhmhWBkfNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8

12
test1
View File

@ -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)