mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +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 |