Which line of code will display the variable rounded to the nearest tenth? print(num, round)
print(round(num, 1))
print(num rounded)
print(round(num,.1))

Solved
Show answers

Ask an AI advisor a question