Skip to content
#1. Python is ….. programming language
#5. Numbers of Modes of Python
#6. ………. mode is used to test the code for errors
#7. …… mode used to save the programs for later use.
#8. ….. function is used to assign a value to a variable.
#9. Default input data type in python is ……
#10. ….. function is used when we do not know data type.
#11. Which are invalid variable names
#12. Which is example of sting data type
#13. which is example of float data type
#14. ….. is used as a separator with print() function
True or False
#15. Comments are for programmers for better understanding of the program.
#16. Python interpreter ignores comments
#17. Multi line comments in python by using triple quotes, either “`or”””
#18. Input() function is used to display the data on the screen
#19. Python was created by Guido Van Rossum in the year …..
#20. The storage unit of data is called a ….
You Might Also Like