I want to print the runtime with seconds string. But this code is not working.
runTime = StringVar()
RT = Label(window, textvariable=runTime, text="seconds")
RT.pack()
Output :
0.00985...
I want to change the output into :
0.00985... seconds