julia> @printf "this code has failed in %.2f%%" fail_percentage
this code has failed in 10.00%
see: How to escape the % (percent) sign in C's printf - Stack Overflow
julia> @printf "this code has failed in %.2f%%" fail_percentage
this code has failed in 10.00%
see: How to escape the % (percent) sign in C's printf - Stack Overflow