-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Day-8 (Update Dictionaries) #763
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
Open
Parth2753
wants to merge
206
commits into
Asabeneh:Asabeneh-patch-4
Choose a base branch
from
Parth2753:master
base: Asabeneh-patch-4
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 hidden or 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
Empty curly braces {} will make an empty dictionary. Only way to create an empty set is with set() function.
os.remove("bar") -> print("bar")
corrected error from printing reversed list variables
fixed a minor typo in the link to strptime documentation
added the output to line 411
spelling error
f-string was missing in line 109
Added f-string and changed output, to show 'hi' as well
line 109 needed to be re.search(), not re.match()
The additional route was not yet explained. This comes later in the code
typo in line 157
Typo in day 17
Update 17_exception_handling.md
Update 24_statistics.md
Update 26_python_web.md
Fix issue #367
Minor typo fixes + made the numpy example more clear
Bug fix in conditional
Incorrect use of brackets in Exercise 2
Update 16_python_datetime.md
Update 18_regular_expressions.md
Minor bug fixes and typos.
…l-error made range function definition clearer
Added pep8 styling to python files
Update 17_exception_handling.md
Update 20_python_package_manager.md
Fix Two Typos in Day 16 & Day 19
make parameters correct
Update 18_regular_expressions.md
day_4.py roll 171 digit() should be isdigit().
Update 17_exception_handling.md
day14 opti, the change will make the sample easier to understand
Or add a section that suggests trying that command if 'python' does not work.
Update Python version command to use 'python3'
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.
Change the word "Unordered" to "Ordered" as from Python 3.7 version onwards,Dictionaries are considered as Ordered collections of items not unordered collections of items
