DEBSOURCES
Skip Quicknav
sources / black / 18.9b0-1-6 / tests / data / string_prefixes.py
1234567891011121314
#!/usr/bin/env python3.6 name = R"Łukasz" F"hello {name}" B"hello" # output #!/usr/bin/env python3.6 name = r"Łukasz" f"hello {name}" b"hello"