Hello,
why is dynamo doing that? how can i establish that i have 2 digits, like the result?
KR
Andreas
Hello,
why is dynamo doing that? how can i establish that i have 2 digits, like the result?
a dedication python i know you are fond of
OUT = ["{:.2f}".format(i) for i in IN[0]]
woauh the cow, you are all too strong
cordially
christian.stan