Fix that one old test to not go through float()
This commit is contained in:
parent
e7ca71ec96
commit
0d28885009
@ -33,6 +33,6 @@ def __main__():
|
||||
ordering[m3] = px
|
||||
m0 = ordering[m0]
|
||||
|
||||
print(str(float(ordering[1])*ordering[ordering[1]]).replace('.0',''))
|
||||
print(ordering[1]*ordering[ordering[1]])
|
||||
|
||||
__main__()
|
||||
|
Loading…
Reference in New Issue
Block a user