•  
      tasks #45228 Create a list of tuples from given list having number and its cube in each tuple
    #45228
    Ritish Singh (ritish31)
    2022-08-16 09:56
    2022-08-16 09:56
    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
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-19
    Closed
    Attachments
    References
    References list is empty