Chapter 1: Introduction To Python

 

Results

Previous
Next

#1. ______ are used to write-protect data and are usually faster than list as it cannot change dynamically.

Previous
Next

#2. We can use the _______ operator to extract items but we cannot change its value.

Previous
Next

#3. ________ is sequence of Unicode characters.

Previous
Next

#4. _______ is an unordered collection of unique items.

Previous
Next

#5. Set is defined by values separated by comma inside _______

Previous
Next

#6. _________ is an unordered collection of key value pairs.

Previous
Next

#7. We use the _____ function to output data to the standard output device.

Previous
Next

#8. The extension of python is ___

Previous
Next

#9. ______ operators are used to perform mathematical operations like addition,subtraction etc.

Previous
Next

#10. _________ operators are used to compare values.

Previous
Next

#11. ______ operators are the and, or, not operators.

Previous
Next

#12. _________ operators act on operands as if they were string of binary digits.

Previous
Next

#13. _________ operators are used in python to assign values to variables.

Previous
Next

#14. Python language offers some special type of operators like the ________ operators.

Previous
Next

#15. ________ is a cross-platform programming language.

Previous
Next

#16. Python was developed by _________

Previous
Next

#17. In which year python was developed?

Previous
Next

#18. _______ is a high-level, interpreted, interactive and object oriented scripting language.

Previous
Next

#19. Python is processed at runtime by the ______________

Previous
Next

#20. _______ are the set of valid strings which are allowed as names in a computer language.

Previous
Next

#21. __________ are reserved words which may not be used for any other purpose.

Previous
Next

#22. Identifier can start with _______

Previous
Next

#23. ______ is an ordered sequence of items.

Previous
Next

#24. _______ in any language should remain relatively stable, but should things ever change.

Previous
Finish