0

What is the different between pass and continue keyword function in python

Please explain if possible with example

24th Dec 2020, 9:45 AM
Tim DonšŸ‘ØšŸ¾ā€šŸ’»šŸ¤Ÿ
Tim DonšŸ‘ØšŸ¾ā€šŸ’»šŸ¤Ÿ - avatar
1 Answer
+ 4
pass is a placeholder for code you will write later. continue is when you are in a loop and you want the loop to start over without running any more below code
24th Dec 2020, 9:52 AM
Slick
Slick - avatar