On Mon, 11 Apr 2022 00:14:49 -0700 (PDT), NArshad <[email protected]>
declaimed the following:
> for i in issuedBooks:
Loop control variable is "i"...
> i=0
Control variable "i" has been overwritten so any use of "i" following
this is suspicious
> for l in books:
Inner-loop control variable is "l" -- and does not seem to be used for
anything following...
>
> t=(students[i].user,students[i].user_id,books[i].name,books[i].isbn,issuedBooks[0].issued_date,issuedBooks[0].expiry_date,fine)
> i=i+1
--
Wulfraed Dennis Lee Bieber AF6VN
[email protected] http://wlfraed.microdiversity.freeddns.org/
--
https://mail.python.org/mailman/listinfo/python-list