You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
break keword= this keyword is used to jump out from loop
continue= this keyword is used to itertate loop from next iteration
pass=in python we cant left empty block so when we dont want to put any statement in if else or anywhere we just use the keyword pass this mean just pass the statement if we left empty block we get an error