Seudónimo Seudónimo 09-01-2021 Computers and Technology contestada 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))