Computer Science, asked by pinkikumari2111985, 8 months ago

Ab _ 10 is a valid identifier in Python​

Answers

Answered by adityaluckyengineer
0

Answer:

yes.

Explanation:

99: identifier can’t be only digits

9abc: identifier can’t start with number

x+y: the only special character allowed is an underscore

for: it’s a reserved keyword

Similar questions