PracticeDev/study_python/hello.py

6 lines
92 B
Python
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
#!/user/bin/python
# coding=utf-8
print("Hello, World!\n");
print("你好,世界!\n");