prajwalchapke055 / Python-Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1] Calculator.py This Python script likely implements a basic calculator application. It may include functions for performing arithmetic operations such as addition, subtraction, multiplication, and division. Users can input mathematical expressions, and the script will evaluate them and provide the result.

Screenshot (267)

2] currency-converter-project.py This Python script is likely a currency converter application. It likely allows users to input an amount in one currency and convert it to another currency based on the current exchange rate. The script may interact with external APIs or databases to fetch the latest exchange rates and perform the conversion.

Screenshot (268)

3] rockPaperScissors.py This Python script is likely an implementation of the classic rock-paper-scissors game. It allows two players to take turns choosing rock, paper, or scissors, and determines the winner based on the rules of the game (rock beats scissors, scissors beats paper, paper beats rock). The script may include user input prompts and random selection logic to simulate the game.

Screenshot (269)

About


Languages

Language:Python 100.0%