195k views
1 vote
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))

2 Answers

5 votes

Answer:print(num, round)

Explanation:print(num, round)

User Keybored
by
4.7k points
3 votes

Answer:

B trust me i got it correct

Step-by-step explanation:

This is 10 points. Which line of code will display the variable num rounded to the-example-1
User Plastique
by
5.1k points