Computer Science, asked by christo7x, 6 hours ago

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 MichMich0945
0

Answer:

  1. False.
  2. 15.
  3. Ton.
  4. 9765625.0.

Hope this helps you!

Similar questions