Open grandlin opened 4 years ago
例如: Print('hello,world')
注意大小写,是log("")
python里面一些常用的函数似乎没有提供, 可以提供下, 比如print
@DreamAndDead
另外,注意, 我们不需要做python的课程~ 只做我们自己的课程即可
例如: Print('hello,world')
@grandlin 应该是
print('hello world')
所有的 python feature 都在这里 https://github.com/tatfook/PyRuntime/blob/master/Mod/PyRuntime/py2npl/doc/features.md
我检查了下,print
确实是一个 todo 的实现,因为其中会涉及多种相对复杂的字符串格式化,比如 print("%s" % var)
,当时没有实现 print
目前我先加上一个简单的版本吧
print("string")
@LiXizhi 收到。 一些基础的、常用的函数等需要加上,否则宁可不支持Python,不然推出去之后反而会对我们Paracraft品牌带来负面的影响。
@DreamAndDead 好的,谢谢!
Python模块里,基础的代码似乎都无法执行 如图所示: