Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My first complex(ish) code .
Post: RE: My first complex(ish) code .

(Jun-19-2021, 12:16 PM)perfringo Wrote: If you see a pattern like this: a =int(input("Value of a = ")) b =int(input("Value of b = ")) c =int(input("Value of c = "))You should consider refactoring y...
DUDDLEGOD Code Review 5 4,059 Jun-21-2021, 07:31 AM
    Thread: My first complex(ish) code .
Post: RE: My first complex(ish) code .

(Jun-19-2021, 11:17 AM)Larz60+ Wrote: imports should generally be at the top of file, so you should move line 10. There are exceptions, generally when the item being imported is generated by the s...
DUDDLEGOD Code Review 5 4,059 Jun-21-2021, 07:27 AM
    Thread: My first complex(ish) code .
Post: My first complex(ish) code .

My first code which is complex(ish).It is for quadratic equations. it may be a bit janky or bigger idk.It is made without any totorials so thats why I want feed back .Started learning in the begining...
DUDDLEGOD Code Review 5 4,059 Jun-19-2021, 08:30 AM

User Panel Messages

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