Basic-Python-Programs icon indicating copy to clipboard operation
Basic-Python-Programs copied to clipboard

This repository will contain basic python programming questions and their solutions.

Results 152 Basic-Python-Programs issues
Sort by recently updated
recently updated
newest added

Added a pangram_checker program. Have personally seen similar questions in basic college tests and interviews

Added determinant calculation (Linear Algebra) at determinant.py

The program was somewhat messy and unclear so I went ahead and tried to make it more readable. I changed the 1-3 letter variables to proper names, added comments and...

Hey, I see that here in repo a lot of scripts, some of them are games, and some of them are just simple algorithms, maybe would be great if we...

Fixes #402 Added file for Pigeonhole Sort

Math algorithms like bucket sorting and alphabetical sorting also looking for a zero points of a math function using bisection

added a simple python program to split a csv file into multiple smaller and same sized files

This pull request adds a Python script for a simple game called "ColorGuess" to the repository. The game displays color names, and the player must type the color they see,...