+ 1
How to making this code in python
Helo i have some question, ex: a= b number that must be equal (ex: 2 then b= 1 2 3 4 so a is 2 basicly 1+2 and 3+4) b=number that equal with others up to a c= if the b number is = c or > c or < c if this explanation difficult lets do the input input 2 1 2 3 4 5 6 7 8 9 0 3 8 1 15 9 output = < > = = a is 2 so b must equal 2 int like this 1+2 = 3 and c = 3 so the output is = and 3 + 4 is 7 and c = 8 so the output is < etc so how to make this code with loop, if, array or split and make explanation thank you
2 Antworten
+ 3
What i don't understand
+ 1
explain it with language you understand, i will translate later