mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
8 lines
94 B
Python
8 lines
94 B
Python
try:
|
|
import os
|
|
except ImportError:
|
|
exit(0)
|
|
|
|
import test1
|
|
|
|
assert test1.add(1, 2) == 13 |