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