μλ£μ νμμ νμΈ ν λλ type() ν¨μλ₯Ό μ¬μ©
print(type("μλ νμΈμ")) # <class 'str'> print(type(273)) # <class 'int'>
Last updated 4 years ago
Was this helpful?