dict((str(i),i) if i%2==0 else (i,str(i)) for i in range(10))

max(float(x) for x in ordered_list_xrp)

この2つってどういう順番で何が起きてんの?