Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: the term arguments
Post: RE: the term arguments

This terminology was for early compiled languages (MAD,FORTRAN,PASCAL,etc). Forth generations and beyond use functions and other methods to create encapsulated blocks of code.
dmc8300 News and Discussions 25 3,393 Nov-26-2022, 06:50 PM
    Thread: the term arguments
Post: RE: the term arguments

In the early days of programming parameters and arguments had to do with function(a,b..) and subroutines. A function returned a single value to the calling program based on its parameters (a,b..). ...
dmc8300 News and Discussions 25 3,393 Nov-26-2022, 05:07 PM
    Thread: Help with Logical error processing List of strings
Post: Help with Logical error processing List of strings

This code is to remove one item from a List of "names" until the List is empty using for loop. The program does not complete the List stopping before the list is empty. See output 5 items on origina...
dmc8300 General Coding Help 3 1,033 Nov-26-2022, 03:44 PM

User Panel Messages

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