jmm346548
contestada

Which of the following is NOT a correct variable assignment?
Group of answer choices

A. name = "Ada"

B. test = 98

C. “Ada” = x

D. name = “Ada” + “Ada”
this is Python btw