micropython/tests/cpydiff/types_str_formatsubscr.py

8 wiersze
145 B
Python

"""
categories: Types,str
description: Attributes/subscr not implemented
cause: Unknown
workaround: Unknown
"""
print("{a[0]}".format(a=[1, 2]))