index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
basics
/
tests
/
try1.py
blob: b3b85372d7f21966327e35368a1e9fc852950596 (
plain
) (
blame
)
1
2
3
4
5
6
# basic exceptions x = 1 try: x.a() except: print(x)