aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

LCM of Two Numbers #275

Closed guptadhaval18 closed 4 years ago

guptadhaval18 commented 4 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement:Write a function that returns the least common multiple (LCM) of two integers. Examples lcm(9, 18) ➞ 18 lcm(8, 5) ➞ 40 lcm(17, 11) ➞ 187 Notes Both values will be positive. The LCM is the smallest integer that is divisible by both numbers such that the remainder is zero. Problem Link: https://edabit.com/challenge/ERmrS3QrK7sEt4PAt


Before submitting a PR please Check some details.Check Edabit for problem task

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

guptadhaval18 commented 4 years ago

@aayushi-droid please assign me this issue

sark-2110 commented 4 years ago

Can you assign me this problem?