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?