ruff/resources/test/fixtures/U003.py

6 lines
45 B
Python

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