blob: 4d6e366341be6a0fea8482edf4408245a9aed7cb [file] [log] [blame]
# pylint: disable=missing-module-docstring
import math
VALUE = 1
print(f"some value {VALUE}")
print(f'pi: {math.pi:.3f}')
print(f"ERROR") # [f-string-without-interpolation]