Computer Applications

Which of the following functions will you use to find out the type of a variable ?

  1. datatype( )
  2. type( )
  3. typeof( )
  4. dtype( )

Python Funda

2 Likes

Answer

type( )

Reason — The type( ) function is used to find out the type of a variable.

Answered By

1 Like


Related Questions