Skip to content

Commit 0b99294

Browse files
committed
updata
1 parent 4b63191 commit 0b99294

File tree

2 files changed

+473
-9
lines changed

2 files changed

+473
-9
lines changed

0-test-week.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# weekNamePrintV1.py
2+
weekStr = "一二三四五六日"
3+
weekId = eval(input("请输入星期数字(1-7):"))
4+
print("星期"+weekStr[weekId - 1])

0 commit comments

Comments
 (0)