Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to call multiple functions sequentially
Post: RE: How to call multiple functions sequentially

Ok thank you
Mayo General Coding Help 2 9,388 Jan-06-2021, 07:37 PM
    Thread: How to call multiple functions sequentially
Post: How to call multiple functions sequentially

Hello guys, I am trying to learn Python and I wonder if there is a better, more efficient solution to this. def firstCalc(): a = 2+2 return a def secondCalc(a): b = 3+a return b def...
Mayo General Coding Help 2 9,388 Jan-06-2021, 07:04 PM

User Panel Messages

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