写一个helloword程序
时间: 2023-06-05 17:07:22 浏览: 111
hello程序的编写
4星 · 用户满意度95%
Sure, I'd be happy to help with that!
Here's a simple hello world program in Python:
```
print("Hello, World!")
```
If you have any other questions, feel free to ask!
阅读全文