Write the output of the following statements: 4 a) string1='Computer Science' print(string1.islower())
b) import math as m print(m.ceil(m.trunc(15.890)))
c) string1='Tonight' print(string1.rstrip('ghti'))
d) import math as m print(m.pow(5,m.sqrt(100))
Answers
Answered by
0
Answer:
- False.
- 15.
- Ton.
- 9765625.0.
Hope this helps you!
Similar questions
English,
3 hours ago
Math,
3 hours ago
Social Sciences,
6 hours ago
Computer Science,
6 hours ago
English,
8 months ago
Math,
8 months ago