Bowmastersai Bowmastersai 17-11-2020 Computers and Technology contestada This is 10 points. Which line of code will display the variable num rounded to the nearest tenth? A. print(num, round) B. print(round(num, 1)) C. print(num rounded) D.print(round(num,.1))