Files
TencentOS-tiny/components/language/micropython/tests/basics/string_format_cp310.py.exp
2022-09-29 12:10:37 +08:00

5 lines
64 B
Plaintext

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