how can you enter a float in pyautogui.prompt() ??? with python

29 Views Asked by At

i can only enter int or str in a pyautogui.prompt field. Is there a way to enter a float?

Thankfull for any Help...

Tom

I tried entering a float for an expected winning rate calculater in python, but could only enter int or str.

0

There are 0 best solutions below