-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions-by-Vineeth-M #10
Open
24f1002840
wants to merge
22
commits into
livinNector:main
Choose a base branch
from
24f1002840:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of Questions
Q1> implementing three functions find_allergen_presence,inches_to_centi and stats will help you learn the basic operations on data types like int, float, list etc (Please dont be allergic to this question)
Q2> Implementing the functions chr_to_ascii_map, ascii_to_char_map, ascii_less_than_or_eq_k, ascii_greater_than_k, ascii_sorted_string and data_processing we will learn about mapping, filtering, aggregation and sorting. Also we will learn about ord and chr function in python.
Q3> StartDuck Coffee shop sales analysis - In this question we try to answer the four questions with which we can learn and understand the important concepts in data processing. Learn about csv format and its libraries in python. We will also try to read the input from stdin which is worth the excercise!
Q4> tic-tac-toe winner - by solving this problem you'll learn file handling in python and will also strengthen your logic building skills. At the end you will also know who won the tic-tac-toe and who is ready to cook the dinner tonight!(just a joke)
Happy Coding! 👨💻
Vineeth M
24f1002840