Wednesday, July 20, 2016

Re: For loop did not working ...

Hey

Id = [2,3,4,5,6,7,8]
        for w in Id:
             A = w
            Pending = pending(A)

indent error. i hope.


On Wed, Jul 20, 2016 at 4:11 PM, Asad ur Rehman <asadurrehman319@gmail.com> wrote:
In image tou can see Pending Box. i want to generate loop and want to get result against values in loop.in image 668 is the value of first Column.i want to give different values to column by loop
 
    Pending = pending(8)

pending(8) give first column result that is 668.


Id = [2,3,4,5,6,7,8]
        for w in Id:
        A = w
  Pending = pending(A)

How to give different value of A ? 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3a450edf-7ed2-4924-a923-2b51e7049167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Warm Regard:-
Mandeep Kumar
     



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJri7STY6%3DhaDRdgn_Uh0acMzed4ej5Rfu20HaUCD17y1FoBvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment