•  
      tasks #45385 Create a list of tuples from given list having number and its cube in each tuple
    #45385
    Mohini Singh (mohini)
    2022-08-16 21:34
    2022-08-16 21:34
    Details
    Create a list of tuples from given list having number and its cube in each tuple
    Using pow() function. We can use list comprehension to create a list of tuples. The first element will be simply an element and second element will be cube of that number.

    5 - Medium
    State of Progress
    2022-05-19
    100
    2022-05-21
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-20
    Closed
    Attachments
    References
    References list is empty