Question
How to use strings as requests for numerical input in python
I need to ask user question in Python 3. User will input float number.
What data type,or combination should I use to then use that number in math operation deeper in program?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×