Pergunta de entrevista da empresa ServiceNow

how to replace cal with hyd in give String=calchen cal without using String replace

Resposta da entrevista

Sigiloso

20 de jul. de 2020

here is the code with python 3 b = "calben cal" s=b[3:7] print("hyd"+s+" "+"hyd")

1