C-16-Q030mediumsingle_mcq
@My_name is invalid; an acceptable corrected form is:
@My_name is invalid; an acceptable corrected form is:
- a
@MyName - b
My_name - c
My@name - d
My name
ব্যাখ্যা
Variable names in Python may contain only letters, digits, and underscores, and cannot begin with or include the @ symbol. My_name uses a letter start with a valid underscore, so it is an acceptable identifier.