Why is the variable name abc@123 invalid in Python. Justify.
Answers
Answered by
2
Explanation:
Why is the variable name abc@123 invalid in Python. Justify.
.Justification:-try is keyword and cannot be used as variable123hello starts with digit and thus invalid variableabc@123 contains special symbol which cannot be used in naming variables
Similar questions