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

# RocksPapersScissors “Rock paper scissors” is a simple and interesting game. Many of us used to play it in a school to resolve disputes or just to spend some time....

Black Jack Game : The game starts with you and the dealer receiving two cards each. Your cards are visible, but only one of the dealer's cards is visible (the...

This is an easy game which can be played just with yes/no, left/right commands.

Hey, I have raised a pull request for the pigeon hole sort. This is part of my coursework assignment. Kindly, look into it. Thank You

1. URL Shortener: Implements a service for shortening long URLs using the pyshorteners library. 2. File Encryption/Decryption Tool: Uses the cryptography library to securely encrypt and decrypt files. 3. Password...

This is a basic python program to group together objects as a pair using file IO and collections