when to use 'continue','pass','break'
when you're using 'for loop, while loop,loops'
inside for loop you can use 'break,continue,pass' if you're using if-else
# 1. Update system and install Python tools sudo apt update && sudo apt install python3-pip python3-venv -y # 2. Setup Django in a ...
No comments:
Post a Comment