RosettaCodeData/Task/Entropy/Tcl/entropy-2.tcl
2023-07-01 13:44:08 -04:00

2 lines
110 B
Tcl

puts [format "entropy = %.5f" [entropy "1223334444"]]
puts [format "entropy = %.5f" [entropy "Rosetta Code"]]