In python, i want to print an error message to the customers who chose a value out of my list. How should I do that?
Answers
Answered by
1
SEE THE ANSWER
Explanation:
while True print('Hello world')
File "<stdin>", line 1
while True print('Hello world')
^
SyntaxError: invalid syntax
MARK AS BRAINLIEST PLZ
Similar questions