Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 644 Bytes

File metadata and controls

17 lines (11 loc) · 644 Bytes

Python Practice

This repository contains beginner Python practice from one of my first in-class Python assignments.

The purpose of this project was to get more comfortable with the basics of Python and start building a stronger foundation with programming. Even though this is a smaller practice repo, it represents an important starting point in my growth as a programmer.

Concepts Practiced

  • Python syntax
  • Basic input and output
  • Variables
  • Simple calculations
  • Beginner programming logic

What I Learned

This project helped me get more familiar with Python and gave me more confidence writing basic programs from scratch.