INPUT :
product=[pen,pencil,box,knif,bag]
x=str(input("enter product name"))
pen=20
pencil=5
box=50
knif=40
bag=1000
for x in product:
if
OUTPUT :
File "/home/main.py", line 9
^
SyntaxError: invalid syntax
✅ *AI Model Evaluation Interview Questions & Answers* 🧠📊 *1️⃣ Q: What is a confusion matrix, and how do you interpret it?* *A:* A co...