x = min('5678'),下列选项中语法错误的一项是?
print(max(float(x),7,6))
print(max(ord(x),7,6))
print(max(bin(x),7,6))
print(max(int(x),7,6))