SoftwareEngineeringCase/copy_helloworld.py

4 lines
86 B
Python
Raw Normal View History

2021-08-25 10:48:10 +08:00
# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print('Bob says:Hello World!')