Skip to content

markdennis2121/python-basics-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python Fundamentals Practice – by Mark Dennis

This repository contains foundational Python code I wrote while practicing the basicsβ€”starting from beginner-level syntax up through defining functions and handling errors. It's all compiled into a single file (practice.py) that walks through key elements of the language as I built my understanding.


πŸ“˜ What's Included

The file includes progressive examples of:

  • πŸ”€ Variable declarations and string manipulation
  • πŸ” Loops (for, while) and control structures
  • 🧠 Conditional logic (if, elif, else)
  • 🧩 Functions with parameters and return values
  • πŸ›‘ Exception handling using try, except, finally
  • 🎯 Mini-games and interactive examples (e.g., guessing game)
  • πŸ“₯ User input and basic I/O operations

πŸ›  How to Run

In your terminal:

python main.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages