πŸ“Š Python
Q. Which of the following is incorrect variable name in Python?
  • (A) variable_1
  • (B) variable1
  • (C) 1variable
  • (D) _variable
πŸ’¬ Discuss
βœ… Correct Answer: (C) 1variable

Explanation: variable name does not starts with numbers. So option C is correct ans.

Explanation by: Ram Sharma
variable name does not starts with numbers. So option C is correct ans.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
227
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
87%
Success Rate