mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update 3.PikaScript标准开发流程.md
This commit is contained in:
parent
fb2827a8d0
commit
871cc65216
@ -165,9 +165,9 @@ def set(argPath: str, val: any):
|
||||
``` python
|
||||
# Math.py
|
||||
class Adder:
|
||||
byInt(a:int,b:int)->int:
|
||||
byInt(a:int, b:int)->int:
|
||||
pass
|
||||
byFloat(a:float,b:float)->float:
|
||||
byFloat(a:float, b:float)->float:
|
||||
pass
|
||||
```
|
||||
|
||||
@ -178,8 +178,8 @@ class Adder:
|
||||
``` python
|
||||
# Math.py
|
||||
class Multiplier:
|
||||
byInt(a:int,b:int)->int:
|
||||
byInt(a:int, b:int)->int:
|
||||
pass
|
||||
byFloat(a:float,b:float)->float:
|
||||
byFloat(a:float, b:float)->float:
|
||||
pass
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user