Subtracting elements from two different list?

How can I subtract elements in two different created list? reference attached.


I’ll go ahead and assume your lists are always of the same length.

1 Like

I have another question.

1-How can i sort out the highest value from the listed raw data, when the list is created?
2-How can i test for each number in a listed rawdata e.g if the values are being added and the values added are constant it does not sort out the values, if they is any change i want the program to list the values that are changing in a list?

Second Question Reference Example
List-255,255,255,255,255,56,59

As given a list of values above, the program will check were the values have stopped being constant it can be any value in the list and those values were a change happened will be sorted out, example to the reference list above 56 and 59 will be sorted out and also the constant values…?

Thanks!

I have an idea in mind… I’ll try to check if it works in the next 24 hours. :slight_smile:

1 Like

Okay thanks, i will be waiting to hear from you.

1 Like

@chandaelizabeth94 see if this serves your purpose.

1 Like

Thanks! let me try to implement the blocks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.