PYTHON Variables MCQ
Python MCQ(1) In python programming which of the following is used for strong string in variable?
(2) In python if X is assigned value 10, then what will the output of this code print(type(x)).
(3) Which of the following function is used for decimal type casting in python programming language?
(4) Which of the following is not feature of python programming language?
(5) Which of the following function is used for string casting in python programming?
(6) In programming converting one data type into another type is called.
(7) Which of the following function can be used for getting data type of variable after variable defination?
(8) Which of the following is correct syntax of defining a variable in python programming ?
(9) Which of the following is automatically defined in python programming while defining a variable ?
(10) In python programming variables are defined without using.