https://github.com/shivakumargourimath/codsoft
In this repository I shared my CodSoft internship tasks
https://github.com/shivakumargourimath/codsoft
calculator codsoft contact-list internship python python-programming rock-paper-scissors-game
Last synced: 8 months ago
JSON representation
In this repository I shared my CodSoft internship tasks
- Host: GitHub
- URL: https://github.com/shivakumargourimath/codsoft
- Owner: shivakumargourimath
- Created: 2024-08-12T13:38:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T13:46:56.000Z (about 1 year ago)
- Last Synced: 2025-01-01T08:18:59.658Z (10 months ago)
- Topics: calculator, codsoft, contact-list, internship, python, python-programming, rock-paper-scissors-game
- Language: Jupyter Notebook
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CODSOFT
In this repository I shared my CodSoft internship tasksTask 1:
Designed a calculator with basic arithmetic operations.
User allowed to enter two numbers and choose an operation.
Perform the calculation and display the result.Task 2:
Contact Information: Stores name,phone number.
Add Contact: Allow users to add new contacts with their details.
Search Contact: Allow users to find contacts by name.
Update Contact: Enable users to update contact details.
Delete Contact: Provide an option to delete a contact.Task 3:
User Input: Prompt the user to choose rock, paper, or scissors.
Computer Selection: Generate a random choice (rock, paper, or scissors) for
the computer.
Game Logic: Determine the winner based on the user's choice and the
computer's choice.
Rock beats scissors, scissors beat paper, and paper beats rock.
Display Result: Show the user's choice and the computer's choice.
Score Tracking (Optional): Keep track of the user's and computer's scores for
multiple rounds.
Display the result, whether the user wins, loses, or it's a tie.