Python python 型を確認する
type( ) type( )は、型オブジェクトを返します。object.classが返すのと同じオブジェクトです。 Pythonprint(type('string')) # <class 'str'> print(type(100)) ...
Python
Python
C#
Python
C#
Python