I am writing a Python program in TKinter on Ubuntu to import and print the name of files from particular folder in Text widget. It is just adding f
TKinter
Text
A lot of answers ask you to use END, but if that's not working for you, try:
END
text.delete("1.0", "end-1c")