Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to pass a method as argument in an another method?
Post: RE: How to pass a method as argument in an another...

Hey thanks for the response. I guess we don't need an init function here. Checkout the trimmed the code. #calculator class with arithmetic methods class calc: def execute(self, func, a, b): ...
anilanvesh General Coding Help 6 2,727 Sep-30-2021, 09:01 AM
  Question Thread: How to pass a method as argument in an another method?
Post: How to pass a method as argument in an another met...

I want to write a python calculator program that has different methods to add, subtract, multiply which takes 2 parameters. I need to have an execute method when passed with 3 parameters, should call ...
anilanvesh General Coding Help 6 2,727 Sep-30-2021, 05:28 AM

User Panel Messages

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