Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: package addtion help
Post: package addtion help

like this following example how can i do addition program. class Mammals: def __init__(self): ''' Constructor for this class. ''' # Create some member animals self.members ...
PyMan Homework 1 2,042 Mar-28-2018, 01:13 PM
    Thread: python age calculator need to find the number of years before they turn 100 not using
Post: RE: python age calculator need to find the number ...

(Mar-25-2018, 02:20 PM)sparkz_alot Wrote: (Mar-25-2018, 09:53 AM)orangevalley Wrote: so its: elif: for age in range (o> -100:) print("Try again after you are born!.") Did you try running ...
PyMan Homework 4 9,930 Mar-26-2018, 04:44 AM
    Thread: parent/add and child/div
Post: parent/add and child/div

can i use my parent class addition answer in child class to do division and how ? class a: def __init__(self,x): self.x=x def __str__(self): return 'addition is(%d)'%(self.x) ...
PyMan General Coding Help 1 2,407 Feb-23-2018, 02:15 PM
    Thread: Overloading error
Post: Overloading error

def add(instanceOf,*args): if instanceOf== <int>: result=0 if instanceOf== <str>: result=<>! for i in args: result=result+1 return resul...
PyMan General Coding Help 1 2,312 Feb-19-2018, 03:52 AM

User Panel Messages

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