Login
From:
realpython.com
(Uncensored)
subscribe
The "pass" Statement (Video) – Real Python
https://realpython.com/lessons/pass-statement/
links
backlinks
Roast topics
Find topics
Find it!
The pass Statement. In the next slide, I’m going to show you what the pass statement does. Nothing! Isn’t it beautiful? You’ll use the pass statement as a placeholder. You’ll hear it called a code stub. This is typically used when you’re building…