Skip to content
#1. ______ are used to write-protect data and are usually faster than list as it cannot change dynamically.
#2. We can use the _______ operator to extract items but we cannot change its value.
#3. ________ is sequence of Unicode characters.
#4. _______ is an unordered collection of unique items.
#5. Set is defined by values separated by comma inside _______
#6. _________ is an unordered collection of key value pairs.
#7. We use the _____ function to output data to the standard output device.
#8. The extension of python is ___
#9. ______ operators are used to perform mathematical operations like addition,subtraction etc.
#10. _________ operators are used to compare values.
#11. ______ operators are the and, or, not operators.
#12. _________ operators act on operands as if they were string of binary digits.
#13. _________ operators are used in python to assign values to variables.
#14. Python language offers some special type of operators like the ________ operators.
#15. ________ is a cross-platform programming language.
#16. Python was developed by _________
#17. In which year python was developed?
#18. _______ is a high-level, interpreted, interactive and object oriented scripting language.
#19. Python is processed at runtime by the ______________
#20. _______ are the set of valid strings which are allowed as names in a computer language.
#21. __________ are reserved words which may not be used for any other purpose.
#22. Identifier can start with _______
#23. ______ is an ordered sequence of items.
#24. _______ in any language should remain relatively stable, but should things ever change.