I have a problem in passing a int variable in typewrite function under pyautogui library consider the example to have clear view
for k in range(13,ag19):
pyautogui.typewrite('f-'k)
I want k variable to be auto incremented but it giving the error message
'f-'kis not a valid python expression.'f-'kpart. Did you mean to pass'f-k'? Can you please post the exact error message and traceback?