You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
n=int(input("Enter the 1st number here : ")) #large or small does'nt matter as the two numbers swap in first recursion if 1st one is larger m=int(input("Enter the 2nd number here : ")) ...