Computer Science, asked by Randhiroberoiz5326, 2 days ago

Which can be an identifier among them in Python?
a.
$12a
b.
_xy1
c.
@python
d.
1abc

Answers

Answered by Anonymous
0

b. _xy1 can be an identifier among the rest in Python.

An identifier must start with an underscore(_), or a letter, and it should only contain digits, letters, and underscore.

Similar questions