O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
for i in range(7): if i == 3: continue print(i)
▶ Run Code
🖥 Output: