i want to duplicate the "_" 5 times in text1.text
so i write: text1.text = "_" * 5 but it doesnt work
pls tell me how to do it