Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Automation in calculations
Post: RE: Automation in calculations

(Dec-10-2020, 03:57 PM)deanhystad Wrote: You are mixing up while loops and for loops. Notice that the for loop does incrementing itself. import time start = 3 step = 5 end = 20 wait = 1 #waiting ...
interdisciplinary General Coding Help 5 2,720 Dec-10-2020, 09:22 PM
    Thread: Automation in calculations
Post: RE: Automation in calculations

(Dec-10-2020, 03:43 PM)DPaul Wrote: 1) If you "print(i)" you print everything from 0 to "end-1" 2) If you want to start with "start" you'll need to increment using the "+=" operator 3) It's not enti...
interdisciplinary General Coding Help 5 2,720 Dec-10-2020, 09:15 PM
    Thread: Automation in calculations
Post: Automation in calculations

Dear members, Kindly I would like to inform you that I am working on a little project to automate a calculation process. The idea is that the program produces every second a value based on the previo...
interdisciplinary General Coding Help 5 2,720 Dec-10-2020, 11:16 AM

User Panel Messages

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