Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AhmMashhour/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Practice Project

This project is a collection of simple Python modules designed to help reinforce core programming concepts. Each module performs a specific task, and they are all imported and executed from a central script.

📁 Modules Overview

Mario.py

  • Function: mario_pyramid(height)
  • Description: Prints a visual representation of Mario-style pyramids based on the user-defined height.

Vowls.py

  • Function: count_vowels(string)
  • Description: Counts the number of vowels (a, e, i, o, u) in a given string input.
  • Variable: string — the string to be analyzed.

Multiply.py

  • Function: multiplication_table(num)
  • Description: Prints the multiplication table of a given number.
  • Variable: num — the number for which the table is generated.

multiply2.py

  • Description: May include an alternative approach to multiplication (optional or experimental).

Project.py

  • Function: Project()
  • Description: Executes a placeholder or main project function. You can extend this to combine features from all modules.

Email_Valid.py

  • Function: name_is_valid(name)
  • Description: Validates if the entered name/email meets specific criteria.
  • Variable: name — the email or name to validate.

Check_User.py

  • Function: Check_User()
  • Description: Validates or checks a user’s credentials or information (implementation may vary).

▶️ How to Run

python main.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages