mirror of
https://github.com/pocketpy/pocketpy
synced 2026-08-12 00:57:13 +08:00
5 lines
91 B
Python
5 lines
91 B
Python
import os, math
|
|
|
|
assert repr(os) == "<module 'os'>"
|
|
assert repr(math) == "<module 'math'>"
|