Basic calculations||Arithmetic operations||Mathematical expressions||Conditional statements||Loops||Functions
-
Common Elements Finder: Crafted a Python script to detect shared elements in two lists.
-
Name Parsing and Age Computation: Engineered a program that extracts names from a string and computes their respective ages.
-
Pharmaceutical Expense Estimator: Utilized Python to compute expenses and refunds for a medical establishment based on patient transactions.
-
Vowel Tally: Engineered a tool to enumerate vowels within sentences, adeptly handling text devoid of punctuation.
-
Voting Eligibility Verifier: Devised a system for determining voting eligibility based on age.
-
Cumulative Summation: Engineered a Python program to compute the cumulative sums of a given list.
-
Text Encoding Tool: Developed an encoding utility for text, adhering to specific criteria.
-
Run-Length String Compression: Designed a program for compressing strings using run-length encoding, reducing repetitive characters.