This website requires JavaScript.
Explore
Help
Sign In
Mengz
/
SoftwareEngineeringCase
forked from
wangtao/SoftwareEngineeringCase
Watch
0
Star
0
Fork
You've already forked SoftwareEngineeringCase
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
codex/fix-helloworld-syntax
SoftwareEngineeringCase
/
helloworld.py
5 lines
78 B
Python
Raw
Permalink
Blame
History
# -*- coding: UTF-8 -*-
# 该实例输出 Hello World!
print
(
'
Hello World!
'
)
Reference in New Issue
View Git Blame
Copy Permalink