SoftwareEngineeringCase/helloworld.py

5 lines
80 B
Python

# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print('Hello World!\n')