Uploaded by Antonio Di Meglio

Programming notes

advertisement
Programming Notes
Antonio Di Meglio
August 15, 2023
Notion to know in preparation for the exam:
• Recursion
• Hash Tables
• Immutable vs Mutable
• eval function
• Lists, List Comprehension and Generators
• Nested Lists
• Slicing
• Classes
• Namespaces
• Variable scope
• Try..Except
• Floating point precision
• Importing modules
Write the least amount of lines of code
# This i s an example o f code
p r i n t ( ” H e l l o World ! ” )
1
Download