Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to multiply tuple values in array?
Post: How to multiply tuple values in array?

Hi guys. I have stumbled on a issue where I can't multiply the elements in a tuple. Lets say we have [(x1, y1),(x2, y2)], I need the output like this: [(x1 * y1), (x2 * y2)] Here is the code: from i...
EngiPorem Homework 3 3,025 Apr-29-2021, 09:36 AM

User Panel Messages

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