Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with this code
#6
your code as shown is not going to work as you expect:
  • if (l==1):
    will only execute code below if l is equal to  1
  • The loop will always print the same thing, and that is the numbers 0 -  255
Reply


Messages In This Thread
Help with this code - by skriff - Aug-21-2017, 12:51 PM
RE: Help with this code - by ichabod801 - Aug-21-2017, 01:00 PM
RE: Help with this code - by skriff - Aug-21-2017, 01:24 PM
RE: Help with this code - by wavic - Aug-21-2017, 02:01 PM
RE: Help with this code - by ichabod801 - Aug-21-2017, 02:19 PM
RE: Help with this code - by Larz60+ - Aug-21-2017, 02:31 PM
RE: Help with this code - by skriff - Aug-21-2017, 04:12 PM
RE: Help with this code - by wavic - Aug-21-2017, 09:34 PM

Forum Jump:

User Panel Messages

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