I want to get my hands on a `Tuple{Float32, Float32}` in Python and there doesn't seem to be a good way of doing it ```pycon >>> jl("typeof")(jl("Tuple{Float32, Float32}")((0.0, 1.0))) Julia: Tuple{Float64, Float64} ```