bruh moments number 1

This commit is contained in:
2024-12-02 23:28:34 +09:00
commit 7495495cc1
3 changed files with 142 additions and 0 deletions

4
test.py Normal file
View File

@@ -0,0 +1,4 @@
from datetime import datetime, timedelta
starttime = datetime(2024, 9, 16)
print(starttime + timedelta(72))