Test Your Python Skill

123456789101112131415161718192021222324252627282930313233343536373839404142
Across
  1. 5. Method used to open files in Python
  2. 7. Python IDE developed by JetBrains
  3. 9. Key-value pair collection in Python
  4. 11. Reusable block of code
  5. 15. Process of converting one data type into another
  6. 17. Keyword used to define a function
  7. 19. Function used to accept user input
  8. 20. Keyword used to send value back from function
  9. 23. Statement used to stop program execution temporarily
  10. 24. Anonymous function keyword
  11. 25. Python file extension
  12. 27. Feature allowing same function name with different behavior
  13. 29. Sequence of characters in Python.
  14. 30. Data structure storing immutable values
  15. 31. Function used for arranging values in order
  16. 34. Python library for plotting graphs
  17. 36. Decimal number data type
  18. 38. Keyword used to define empty value.
  19. 39. Process of removing program errors
  20. 40. Ordered collection data typ
  21. 41. Python package installer
  22. 42. Exception handling keyword.
Down
  1. 1. Whole number data type
  2. 2. Loop executed while condition is true
  3. 3. Library used for machine learning
  4. 4. Logical value representation
  5. 6. Collection storing unique values only
  6. 8. Keyword used to create a class
  7. 10. Keyword used for conditional decision making
  8. 12. Instance of a class in object-oriented programming
  9. 13. Statement used to skip loop iteration
  10. 14. Python library used for data analysis
  11. 16. Statement used to terminate loop execution
  12. 18. Statement used for exception handling finalization
  13. 21. Method used to add item into a list
  14. 22. Keyword used to include modules
  15. 26. Operator used for exponentiation
  16. 28. Function used to display output
  17. 32. Method used to remove list items
  18. 33. Data type storing True or False values
  19. 35. Built-in function used to determine length
  20. 36. Loop used for iteration in Python
  21. 37. Numerical computing library in Python.