Math, asked by anamshaikh11076, 5 hours ago

The python command for creating 3 symbols
a,b,c simultaneously is
(a) a,b,c=symbols('a','b','c')
(b) a,b,c=symbols(-a,b,c)
(c) a,b,c=Symbol(“a,b,c')
(d) a,b,c=Symbols('a','b','c')​

Answers

Answered by rawatroshni961
1

Answer:

(a)is your answer

Step-by-step explanation:

(a)a,b,c=symbols (a,b,c)

Hope it's helpful

Similar questions