Python Forum
What is effort? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: What is effort? (/thread-7551.html)



What is effort? - mamagosia - Jan-15-2018

Hello,

I found in the Net a code that is very helpful for me in my project. When I analyze it I have found:

tab.effort = [b[0],b[1], b[2], c[0],c[1], c[2]]
What is effort?


RE: What is effort? - buran - Jan-15-2018

attribute of object tab
it's not possible to say more, without seeing actual code


RE: What is effort? - nilamo - Feb-07-2018

It's a list with six elements.