Lab 1 Description - MadhuriGumma/Python-Programming GitHub Wiki
In Lab 1 I have tried to know what are the Input datatypes and evaluating different expressions like the area, perimeter etc. I also experimented with loops and conditional statements like if and else cases.
Some of the programs I executed are:
Check whether a number is even or odd on prompting a user to enter a number:
Calculating area and perimeter of Rectangle on prompting for length and breadth from a user:
Number guessing game where user has to guess a number between 1 to 10 and the user has to guess with 5 guesses.
I also executed reversing a number, character frequency and counting the number of digits and characters in a string as a part of In-Class exercises which are also uploaded in the same repository as Lab assignment