Please find my code , I am getting below error
I am getting error as type error : "int object is not callable "
please help me
1 2 3 4 5 6 |
class it : def rec ( self ,c, id ,ac,bd,ad,bc): return (c + id )(ac - bd) + (ad + bc) a = it() a.rec( 45 , 56 , 67 , 89 , 89 , 45 ) |
please help me
buran write Feb-12-2022, 11:07 AM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.