Profile
Sign out
menu
create
New Post
My learned
Sign In
Type method
Python
You can use the method
type()
to know the type of a variable for example:
type(123) # <class 'int'>
arrow_back
back