首页
编程
java
php
前端
首页
编程
java
php
前端
python怎么输出啊是用print
python的输出怎么输出一句话 比如说直接运行程序就输出hello python什么的
print
(
'hello'
)
print("hello python")
点击展开全文