SoftwareEngineeringCase/helloworld.py

4 lines
77 B
Python
Raw Normal View History

2020-07-18 17:04:39 +08:00
# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print('Hello World!')