One thing to note here is you can also use double triple quotes for multiline strings(""" """ like this). Do you remember I said(ok wrote) there is something called unassigned strings in this post?
string_format_fp30.py Latest commit History History 42 lines (34 loc) · 1010 Bytes main canmv / tools / tests / float / ...
print("%.1e" % 9.99) # round up with positive exponent print("%.1e" % 0.999) # round up with negative exponent ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results