An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# CODSOFT
In this repository I shared my CodSoft internship tasks

Task 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.