Python Forum
Understand task in this exercise
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Understand task in this exercise
#2
The odd and even is the index, not the item. So from listOne it is taking the odd indexes: listOne[1], listOne[3], and listOne[5]. It just so happens that those are all even numbers: 6, 12, and 8. Then it takes the even indexes from listTwo: listTwo[0], listTwo[2], listTwo[4], and listTwo[6].
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Understand task in this exercise - by RavCOder - Oct-14-2019, 01:55 PM
RE: Understand task in this exercise - by ichabod801 - Oct-14-2019, 02:21 PM
RE: Understand task in this exercise - by RavCOder - Oct-14-2019, 02:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  count certain task in task manager[solved] kucingkembar 2 1,189 Aug-29-2022, 05:57 PM
Last Post: kucingkembar
  Schedule a task and render/ use the result of the task in any given time klllmmm 2 2,162 May-04-2021, 10:17 AM
Last Post: klllmmm
  How to create a task/import a task(task scheduler) using python Tyrel 7 3,869 Feb-11-2021, 11:45 AM
Last Post: Tyrel

Forum Jump:

User Panel Messages

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