SoftwareEngineeringCase/helloworld.py

4 lines
75 B
Python

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