Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: code problems
Post: RE: code problems

I reworked some of the problems by making A,B,C int but am now running into math domain errors code import math equation = [] operation_chosen = input("type of quadratic") if operation_chosen == "stan...
bbm007 General Coding Help 5 1,216 Apr-20-2023, 07:33 PM
    Thread: code problems
Post: RE: code problems

the program is a quadratic calculator of standard form 10x^2+5x-10 for example the point you highlighted is to convert the a,b,c which were list to string so that they could be used in the formula ...
bbm007 General Coding Help 5 1,216 Apr-20-2023, 06:35 PM
    Thread: code problems
Post: code problems

I have been having problems making a quadratic calculator I'm almost there but the formula at the end is an error and I can't seem to fix it help would be great code is below import math equation =...
bbm007 General Coding Help 5 1,216 Apr-19-2023, 08:27 PM

User Panel Messages

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