mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 09:05:07 +00:00
11 lines
227 B
Python
11 lines
227 B
Python
import usys
|
|
|
|
# ('micropython', (1, 19, 1), 'SPIKE Essential Hub with STM32F413RG', 6)
|
|
print(usys.implementation)
|
|
|
|
# '3.4.0; Pybricks MicroPython v3.2.0b5 on 2022-11-11'
|
|
print(usys.version)
|
|
|
|
# (3, 4, 0)
|
|
print(usys.version_info)
|