How do I make it so that I can round the answer
Plz help idk how i can make it so that the data, texts and pictures are rounded to 2dp
Voters
Ask coding questions
Plz help idk how i can make it so that the data, texts and pictures are rounded to 2dp
Python's built in
round
functionround(number[, ndigits])
Wherenumber
is the number to round andndigits
is the places to round to(Note:
ndigits
is optional)Example: