Skip to content

Python task#1

Open
dipali-23 wants to merge 8 commits intomasterfrom
python_task
Open

Python task#1
dipali-23 wants to merge 8 commits intomasterfrom
python_task

Conversation

@dipali-23
Copy link
Owner

Completed task 2 to 6

  1. Create a custom module with the function of converting an array of strings to a dictionary of strings (key as sequence integer and value as string). Import and use these functions from another Python script to display output in the console
  2. Create a program that asks users for key-value pairs (name: age format) and builds a dictionary. Then display the oldest and youngest person group by age group as 18-35, 36-50, 51-65, and 66-90
  3. From a list of any 1000 numbers, create three new data collections: even numbers, numbers multiplier of 17, and numbers greater than a user-specified input number.
  4. Build a collection of users in a way that they can add, search, and delete their details. Users shall be able to add their memberId, name, luckyNumberPreference, hobbies, and booksTheyRead(name as well as the author).
  5. Create a BankAccount class with methods for deposit, withdrawal, and balance inquiry. Add a child class DepositAccount and SavingsAccount with interest calculation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant