1. What function converts a string to integer?





2. What will the type (3.14) return?






3. What is the result of the bowl(0)?





4. What type of data is -3 in python?







5. What will be his exit? 3 + 2.5 ?






6. What the following code does

str(123)








7. Which of the following is an example of string?






8. Which of the following is a valid float?






9. What will the following code return?

bool('False')






10. What's the result of 5*3 in python?






11. Which symbol do we connect two string to Python?







12. What is the result of `True and False`?








13. How do we define a float in Python?





14. What is the output of the following code?

str(10) + ' apples'