Skip to content

Add support for "fstring" introduced in python 3.6 #75

@wxianxin

Description

@wxianxin

In python 3.6, a new syntax added to support template like fstrings:

>>> a = 123
>>> print(f"my num: {a}")
<<< my num: 123

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions