Input the string "My School". Write a script to partition the string at the occurrence of the letter 'h'.
Answers
Answered by
0
Answer:
print("My School".partition("h"))
Similar questions