第二次修改

This commit is contained in:
DC_DC 2023-07-04 21:42:48 +08:00
parent 21ff3a4feb
commit 84a12f998e

View File

@ -1 +1,3 @@
print('你好,世界!')
verse = ["hello", "world"]
print(verse[1])