Python Forum
How to manipulate between lists and get results
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to manipulate between lists and get results
#1
I have 2 lists
Number1 = [13,15,79,15,16]
Number2 = [5,6,7,8]

i want to multiply/divide/add the numbers between Number1 and Number2 lists using for loop. How can i do that
Reply


Messages In This Thread
How to manipulate between lists and get results - by pythoneer - Mar-07-2018, 01:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using an integer to manipulate a string/text variable rexyboy2121 1 1,835 Apr-22-2020, 01:37 AM
Last Post: michael1789

Forum Jump:

User Panel Messages

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