Skip to content
#1. A __________ is a sequence of characters.
#2. A _________ is simply a symbol.
#3. The conversion of character to a number is called ________
#4. The reverse process is ________
#5. In Python, string is a sequence of ________ character.
#6. ________ was introduced to include every character in all languages and bring uniformity in encoding.
#7. _______ can be created by enclosing characters inside a single quote or double quotes.
#8. _______ allows negative indexing for its sequences.
#9. ________ can be best visualized by considering the index to be between the elements.
#10. Joining of two or more strings into a single one is called ________________
#11. _______ returns a copy of the string with only its first character capitalized.
#12. The ______ returns centered in a string of length width.
#13. The ______ returns the number of occurrences of substring sub in the range.
#14. A _____ is an unordered collection of items.
#15. Union is performed using ______ operator.
#16. Intersection is performed using ______ operator.
#17. Symmetric difference is performed using _____ operator.
#18. Remove and return an arbitary set element.
#19. ________ is an unordered collection of items.
#20. ______ returns the length in the dictionary.
#21. ______ return a new sorted list of keys in the dictionary.
#22. The ______ method can be used to add the contents of one directory to another.
#23. The ______ method simply returns a copy of a dictionary.
#24. The _____ reveals an object of the dictionary type.
#25. The _____ will produce a printable string representation of a dictionary.