Computer Science, asked by nishakeshri2222, 1 month ago

Which method is used to convert string “welcome to the world of python” to “Welcome To The World Of Python” *​

Answers

Answered by scorder96
1

Answer:

The capitalized( ) method is to convert the first character of the String to uppercase.

Explanation:

  1. msg = "good night"
  2. print(msg.capitalize())

   → output:

      Good night

Answered by sunitadevi7399
0
Ans- pynative





Please mark me as brainliest
Similar questions