Update 3.PikaScript标准开发流程.md

This commit is contained in:
Lyon 2021-08-27 19:52:52 +08:00 committed by GitHub
parent ee150f463f
commit 6c1d646238

View File

@ -326,3 +326,6 @@ res4 = muler.byFloat(2.3, 44.2)
print('2.3 * 44.2')
print(res4)
```
运行的效果如下:
![image](https://user-images.githubusercontent.com/88232613/131123307-1d9564d1-8b99-4784-99ed-9756693781f1.png)