Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

(Dec-22-2020, 04:18 AM)deanhystad Wrote: numerator = input_number(f'Enter number {numerator_values}: ', numerator_values) print(numerator) Thank you that worked fine! **smile**
TINMAN01 General Coding Help 13 5,431 Dec-22-2020, 04:43 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

(Dec-22-2020, 03:39 AM)bowlofred Wrote: print ('numerator') is not printing the variable numerator, it's printing the string "numerator". You would need to remove the quotes to reference the variab...
TINMAN01 General Coding Help 13 5,431 Dec-22-2020, 04:23 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

I created the code shown below per your recommendations. It works fine, thank you, however I would like to take the input an assign it to a variable. I must be doing something wrong. I know this mu...
TINMAN01 General Coding Help 13 5,431 Dec-22-2020, 02:14 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

(Dec-22-2020, 01:27 AM)TINMAN01 Wrote: (Dec-05-2020, 03:31 PM)deanhystad Wrote: Getting input from a user is something you will use a lot. This is a modified version of a function I wrote so I do...
TINMAN01 General Coding Help 13 5,431 Dec-22-2020, 01:41 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

(Dec-05-2020, 03:31 PM)deanhystad Wrote: Getting input from a user is something you will use a lot. This is a modified version of a function I wrote so I don't have to keep re-writing user input co...
TINMAN01 General Coding Help 13 5,431 Dec-22-2020, 01:27 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

Thank you very much for your response I am going to try and incorporate your suggestions into my code. I am trying to learn Python. I am finding these modern programming languages very difficult to ...
TINMAN01 General Coding Help 13 5,431 Dec-06-2020, 02:00 AM
    Thread: Fraction Calculation with Limitations
Post: RE: Fraction Calculation with Limitations

(Dec-05-2020, 03:40 AM)Larz60+ Wrote: Please show code attempt so far.This is the code attempt I have used so far. I don't know how to have the user select the numerator from the list of 0 to 15 I ...
TINMAN01 General Coding Help 13 5,431 Dec-05-2020, 02:27 PM
    Thread: Fraction Calculation with Limitations
Post: Fraction Calculation with Limitations

I am a beginning Python coder and I am trying to write code to convert a FIF dimension (One Sixteen of an Inch Precision) - Feet, Inches, Fraction of Inch to Decimal Inches. I can convert the Feet t...
TINMAN01 General Coding Help 13 5,431 Dec-05-2020, 02:48 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020