Skip to content

Conversation

@Parth2753
Copy link

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
pr

SakshamJain7 and others added 30 commits October 1, 2020 18:40
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
Asabeneh and others added 30 commits January 15, 2026 09:27
Update 17_exception_handling.md
Minor typo fixes + made the numpy example more clear
Incorrect use of brackets in Exercise 2
Update 18_regular_expressions.md
…l-error

made range function definition clearer
Update 17_exception_handling.md
Update 20_python_package_manager.md
Fix Two Typos in Day 16 & Day 19
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.