Computer Science
Related Questions
What is the value of x, if x = math.factorial(0) ?
- 1
- 0
- Error
- None of these
What is the value of x, if x = math.sqrt(25.0) ?
- (5, -5)
- 5
- 5.0
- (5.0, -5.0)
What value will be displayed on executing the following arithmetic expression?
x = math.pow (0,-4)
- 1
- 16
- DomainError
- None of these
What output will be displayed after executing the following code?
statistics.median([11, 22, 33, 44, 55, 66])
- 28.5
- 38.5
- 5.5
- 6.5