Dictionary

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”

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