micropython/tests/basics/string_format_cp310.py.exp

5 wiersze
64 B
Plaintext

{:0s} >ab<
{:06s} >ab0000<
{:<06s} >ab0000<
{:>06s} >0000ab<