Question d’entretien chez ServiceNow

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

Réponse à la question d'entretien

Utilisateur anonyme

20 juill. 2020

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

1