Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problems with calculator
Post: RE: Problems with calculator

(May-02-2019, 10:59 AM)ichabod801 Wrote:   ###seperate operators and figures with space      for i in range(1,len(s)+count*2):            if (s[i] in operator)and(s[i+1] in operator) :            ...
muachihiyo General Coding Help 3 2,034 May-02-2019, 03:45 PM
    Thread: Problems with calculator
Post: Problems with calculator

Hi, I am trying to build a calculator, no parentheses required, supporting negative figures. And I have written some codes and use visualize Python several times. It seems my loop stop function once...
muachihiyo General Coding Help 3 2,034 May-02-2019, 09:00 AM

User Panel Messages

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