Python Basics Homework 28-10-24
Python Basics Homework 28-10-24
gle/jidcr6aECjjXCRrk7
Jr C-IPL Python Homework
4. Definition of Identifiers
Define identifiers in Python. List the rules for naming identifiers and provide three
examples of valid and three examples of invalid identifiers.
5. Definition of Keywords
Define keywords in Python and explain why they are reserved. List five keywords in
Python and describe their significance.
6. Questions to Answer:
o Why can't Python keywords be used as identifiers?
o What will happen if you attempt to use a keyword as a variable name?
9. Questions to Answer:
o How can information help in making decisions?
o In your own words, describe a real-life example where raw data is transformed into
information and then into knowledge.