0
How do I find the mid coordinate where the coordinates are a tuple
Eg (1,2) (3,3) How do I add elements in a tuple with one another And after return a tuple
2 Antworten
+ 1
thanks! my mistake was i left [1:] instead of [1]
Eg (1,2) (3,3) How do I add elements in a tuple with one another And after return a tuple