Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 479 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 479 Bytes

Crash Course on Python

Coursera exercises from the crash course on python

Learning Objectives

  • Differentiate and convert between different data types utilizing variables
  • Define and call functions utilizing parameters and return data
  • Refactor code and write comments to reduce complexity and enhance code readability and code reuse
  • Compare values using equality operators and logical operators
  • Build complex branching scripts utilizing if, else and elif statements