ctln23
ctln23
More features like calculation of sin, cosine, x^n, logN can be included
# Pull Request Closes #92 ## Description (required) It takes 2 numbers as input and then calculates the LCM of the 2 numbers and prints it. ## Checklist (required) -...
Takes 2 numbers as input from the user and calculates the LCM of the entered 2 numbers and gives it as the output
The unique_elements function takes a list as input and returns a new list with unique elements