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

[tutorial] pass statement #105

Closed deepu14d closed 2 years ago

deepu14d commented 2 years ago

Along with break and continue statements in loops, we also have pass statement. But it's not that common in use. It is mainly used in production codes only. But still it's good to know about it. Description of the tutorial

About 'pass' An example A challenge

...

Do you want to be assigned to work on this? (mark [x])

Optional: Any additional info you want to add ...

sabderemane commented 2 years ago

I think it's can be interesting, but I don't know the best place for that. What do you think @funbeedev ?

deepu14d commented 2 years ago

I think it's can be interesting, but I don't know the best place for that. What do you think @funbeedev ?

You mean you don't know where to use/put 'pass' ?

funbeedev commented 2 years ago

We can put it under loops/using-pass.py @deepu14d you're assigned now!

deepu14d commented 2 years ago

We can put it under loops/using-pass.py @deepu14d you're assigned now!

Thank you