SoftwareEngineeringCase/helloworld.py

6 lines
124 B
Python
Raw Normal View History

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