#Float holds the integer values but intger can not hold float values num1=input("Enter first Decimal number:")#10.5 num2=input("Enter second Decimal number:")#10 ...
points should be ordered tuples. (x, y), (x, y, z), (x, y, z, w), w/e. Ordered pairs need not be the same length. grid should be a dictionary of dictionaries of lists such that grid[point] = [(point0, ...