with this
var ggg = "" if enteredDigitsCount == 4: ggg = ggg.insert(2, "_") text = text.insert(1, ggg)
I can have