4 lines
69 B
Python
4 lines
69 B
Python
print('你好,世界!')
|
|
verse = ["hello", "world"]
|
|
print(verse[1])
|
print('你好,世界!')
|
|
verse = ["hello", "world"]
|
|
print(verse[1])
|
© 2023-2024 锋楪技术(深圳)有限公司 . All Rights Reserved. 版权所有