Skip to content

Problems on Lists-1 #15

Description

@champaksworldcreate
  1. Write a program to find the frequency of elements in a list
    For example a=[1,2,1,1,3,3], the output will be 1:3, 2;1, 3;2
  2. Create a list containing the table of a number. For example n=3 will give [3,,6,9,12,15,18,21,24,27,30]
  3. Find the common elements common in 2 lists a1=[1,2,3], b=[2,3,4] , common =[2,3]
  4. Create a list, sort it and remove duplicates and print it
  5. Find the product of all elements in a list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions