inspirezonetech / TeachMePythonLikeIm5

Teach the Python programming language using a collection of super beginner friendly tutorials and challenges.
https://inspirezone.tech/
MIT License
25 stars 43 forks source link

Added tutorial for Comparison Operators ! #92

Closed abhijeetgupto closed 2 years ago

abhijeetgupto commented 2 years ago

Please fill in this pull request template before submitting

1. This pull request resolves #6

2. Description

added tutorial for comparison operators .

3. Fill in checklist by marking [x]

abhijeetgupto commented 2 years ago

@sabderemane Done !

funbeedev commented 2 years ago

@abhijeetgupto I made a small correction and changed this part to print(a != b) # Here since a and b are equal we will get False in output. Everything looks good now! thanks for your contribution :tada: