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
1
Answer:
(a)is your answer
Step-by-step explanation:
(a)a,b,c=symbols (a,b,c)
Hope it's helpful
Similar questions