Skip to content

Odlanieroh/Intro-Python-Logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Intro Python Logic

Overview

This project demonstrates foundational Python programming skills by analyzing numeric data using lists, loops, and conditional logic. It was built to reinforce problem-solving concepts and code readability.

Key Concepts Practiced

  • Iterating through lists
  • Conditional decision-making
  • Using variables for configurable logic
  • Writing readable, well-commented code

What the Program Does

  • Stores a list of numbers
  • Prompts the user to enter a comparison value
  • Counts how many numbers in the list are greater than the user-defined value
  • Displays the result in the console

Skills Demonstrated

  • Python fundamentals
  • Logical thinking
  • Problem-solving

How to Run

  1. Install Python
  2. Run: python main.py

Program Output

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages