|
@@ -47,7 +47,6 @@ print(test.pi) # 3.14
|
|
|
print(test.add(1, 2)) # 3
|
|
print(test.add(1, 2)) # 3
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-
|
|
|
|
|
### Module resolution order
|
|
### Module resolution order
|
|
|
|
|
|
|
|
When you do `import` a module, the VM will try to find it in the following order:
|
|
When you do `import` a module, the VM will try to find it in the following order:
|