Skip to content

Conversation

abhikmp
Copy link
Contributor

@abhikmp abhikmp commented May 17, 2019

Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc

abhikmp and others added 2 commits May 17, 2019 23:11
Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc
input() statements are indented under if __name__ == "__main__":
@cclauss cclauss merged commit 7b2c954 into TheAlgorithms:master Jul 30, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* LargestOfVeryLargeNumbers

Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc

* Rename LargestOfVeryLargeNumbers to LargestOfVeryLargeNumbers.py

* Input() statements have been indented.

input() statements are indented under if __name__ == "__main__":

* largest_of_very_large_numbers.py
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.

3 participants