def Points(): for i in range(0,101): for j in range(0,101): if 2*i-3*j+1==0: print("(",i,";",j,")")