Pig the dice game/Player: Difference between revisions

Content added Content deleted
Line 2,057: Line 2,057:
println("------------------------------------------------------------")
println("------------------------------------------------------------")
for pair in results
for pair in results
println(lpad(pair[2], 34), lpad(round(pair[1] * 100, digits=1), 18), " ")
println(lpad(pair[2], 34), lpad(round(pair[1] * 100, digits=1), 18))
end
end
end
end