nowcoder-python/NP/NP1.py

7 lines
108 B
Python
Raw Normal View History

2022-10-25 13:08:45 +08:00
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP1.py
s = "Hello World!"
print(s)