Python MCQ Set-1
1. What is the output of print(2 ** 3)?A. 6B. 8C. 9D. 5 2. Which of the following is a valid variable name in Python?A. 1valueB. value1C. @valueD. value-1 3. What is the data type of print(type(“Hello”))?A. intB. boolC. strD. float 4. Which keyword is used for defining a function in Python?A. funcB. defineC. defD. … Read more