What is the type of the given datatype a=1?



What is the type of the given datatype a=1?..

Answer / Tarun Sudhir

a is of type int since it's an integer value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How can you unsign or delete variable in python?

1 Answers  


Explain about assertions in python?

1 Answers  


How memcached should not be used in your python project?

1 Answers  


Is c++ or python better?

1 Answers  


What are the two modes of python?

1 Answers  


When is the python decorator used?

1 Answers  


What does do in python?

1 Answers  


What is lambda in python 3?

1 Answers  


How do you calculate percentiles with python/ numpy?

1 Answers  


How can you access a session in flask?

1 Answers  


What is meant by attribute error in python?

1 Answers  


Explain the use of ternary operator in python?

1 Answers  


Categories