mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
Update README.md
This commit is contained in:
parent
ee3a2c8f53
commit
92812194a1
@ -217,7 +217,9 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
|
||||
| Syntax | Python Module | C Module |
|
||||
| --- | --- | --- |
|
||||
| import [module] | √ | √ |
|
||||
| import [module] as | √ | - |
|
||||
| from [module] import [class/function>]| √ | - |
|
||||
| from [module] import [class/function>] as | √ | - |
|
||||
| from [module] import * | - | PikaObj Module Only |
|
||||
|
||||
#### List/Dict
|
||||
|
Loading…
x
Reference in New Issue
Block a user