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

devrimfidan/Crash-Course-on-Python

Repository files navigation

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