DEBSOURCES
Skip Quicknav
sources / python-refurb / 1.27.0-1 / test / data / err_105.py
1234567891011
# this will match print("") # these will not print() print("abc") print("", "") print("", end="")