Files
ruff/resources/test/fixtures/U003.py
2022-10-07 16:47:06 -04:00

6 lines
45 B
Python

type('')
type(b'')
type(0)
type(0.)
type(0j)