Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 672 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 672 Bytes

10 Python_Projects for beginner

01 : Number guessing game

Create a game where we have to guess a number between a range and at the end this function returns how many attepmts you take.

02 : Simple Calculator

Create a basic calculator and it can add, substract, multiply, divide any two numbers.

03 : To do list

Create a command line to-do-list where we can view ,add and remove the tasks.

04 : Password Generator

Create a tool that generates strong password based on user preference.

05 : Currency Converter

Develop a program that converts an amount from one currency to another using real-time exchange rates.