TangleSlider

Suppose that you have {coffees} and they each cost {price} then in total you would need to spend ${total:.2f}.

You cannot always get a speedup by throwing more compute at a problem. Let's compare two scenarios.
  • You might have a parallel program that needs to sync up .
  • Another parallel program needs to sync up .

TangleChoice

As a quick demo, let's repeat {saying} {times}.

{" ".join([saying.choice] * int(times.amount))}

TangleSelect

As a quick demo, let's repeat {shouting} {times2}.

{" ".join([shouting.choice] * int(times2.amount))}