9 lines
149 B
Python
9 lines
149 B
Python
|
"""
|
||
|
categories: Core
|
||
|
description: Raw f-strings are not supported
|
||
|
cause: MicroPython is optimised for code space.
|
||
|
workaround: Unknown
|
||
|
"""
|
||
|
|
||
|
rf"hello"
|