以下 Python 用于输出 3 的平方根并四舍五入到两位小数,应在横线处填写代码是( )。
round(math.sqrt(3),2)
round(2,math.sqrt(3))
round(sqrt(3),2)
round(2,sqrt(3))