Computer Science, asked by binuvarghesee, 6 months ago

Input the string "My School". Write a script to partition the string at the occurrence of the letter 'h'.​

Answers

Answered by yesiamaboveall
0

Answer:

print("My School".partition("h"))

Similar questions