Algebraic Expression | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

9th Feb 2022, 12:54 AM
Knowledge Is Power
Knowledge Is Power - avatar
6 Answers
+ 1
x, y, z = input().split()
9th Feb 2022, 1:00 AM
Slick
Slick - avatar
+ 1
Where's your attempt then?
9th Feb 2022, 1:03 AM
Slick
Slick - avatar
+ 1
Okay, well when you want help just post the code. See ya
9th Feb 2022, 1:28 AM
Slick
Slick - avatar
+ 1
Thank you so much for your support!!
9th Feb 2022, 1:43 AM
Knowledge Is Power
Knowledge Is Power - avatar
0
No built in functions allowed
9th Feb 2022, 1:02 AM
Knowledge Is Power
Knowledge Is Power - avatar
0
I am trying hard to fix my mistake thats why i did not post the code.
9th Feb 2022, 1:05 AM
Knowledge Is Power
Knowledge Is Power - avatar