DC_DC_Python_Practice/git试验.py
2023-07-04 21:42:48 +08:00

4 lines
69 B
Python

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