1. Account Management using Dictionary Account Create, deposit money in the account, withdraw money, display the account, and delete/close the account. This can be used as a project by adding some more functionalities Create Account Deposit Money Withdraw Money Display Account Close/Delete Account Menu Output Create Account Display Account Deposit Money Invalid Account Withdraw MoneyContinue reading “Dictionary”
Category Archives: def
Python: Mathematics Series Equations
1. Series 1:
Programming Problems
1. Palindrome or Not Palindrome 2. Magic Number or not 3. Fibonacci Series 4. LCM and HCF 5. Number to word
Python: Tuple
1. Length of tuple Output 2. Index value of an element in a tuple Output 3. Minimum and Maximum in tuple Output 4. Sum of elements in a tuple Output 5. To check if the tuple is empty Output 6. To delete an element from a tuple Output