Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create LCM of two #1572

Merged
merged 1 commit into from
Oct 1, 2022
Merged

Create LCM of two #1572

merged 1 commit into from
Oct 1, 2022

Conversation

SouvikDey2001
Copy link
Contributor

…num2 = int(input(“Enter second number: “)) if num1 > num2: greater = num1 else: greater = num2 while(True): if((greater % num1 == 0) and (greater % num2 == 0)): lcm = greater break greater += 1 print(“LCM of”,num1,”and”,num2,”=”,greater)thon

Problem

-On hover Box-Item grows in size now

Solution

-transform property added to box-item on hover

Changes proposed in this Pull Request :

  • 1.transform property added to box-item on hover
  • 2.on hover color of the contributors name changes to navy
  • ..

Other changes

…num2 = int(input(“Enter second number: “)) if num1 > num2: greater = num1 else: greater = num2 while(True): if((greater % num1 == 0) and (greater % num2 == 0)): lcm = greater break greater += 1 print(“LCM of”,num1,”and”,num2,”=”,greater)thon
@fineanmol fineanmol merged commit 0c16065 into fineanmol:master Oct 1, 2022
@fineanmol
Copy link
Owner

@SouvikDey2001 Please Star ⭐️ the repo to earn "hacktober-accepted" label for the event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants