Anuradha AgarwalNov 30, 20212 minLEARN-PYTHONPython - Maths QuizIn this post, we will learn to create a python program for maths quiz. Through this program, user would be given a choice of maths...
Anuradha AgarwalNov 29, 20212 minLEARN-PYTHONPython Program- Grocery Shopping In this program, we will learn to create a python program for grocery shopping. Through this program, available items with price would be...
Anuradha AgarwalNov 29, 20211 minLEARN-PYTHONPython - Currency ConverterProgram for converting currency values using python functions, inputs , while loop, if-else
Anuradha AgarwalNov 24, 20211 minLEARN-PYTHONCreate An Invitation Card - Python Create a function with parameters. Learn f-string, loop & more
Anuradha AgarwalNov 23, 20211 minLEARN-PYTHONBMI Calculator Using PythonConcepts Covered- if-else, input, f-string, round, data type conversion