- 1
Algebraic Expression
I am trying to solve the algebraic expression using a given input list which has three variable to solve the expressions. How do I declare those variables in a function since its in a list. Please help.
6 Respostas
+ 1
x, y, z = input().split()
+ 1
Where's your attempt then?
+ 1
Okay, well when you want help just post the code. See ya
+ 1
Thank you so much for your support!!
0
No built in functions allowed
0
I am trying hard to fix my mistake thats why i did not post the code.