RTU-DigitalLibrary
RTU-DigitalLibrary copied to clipboard
This is an opensource repository by Rajasthan Technical University for all engineering students and the folders contain codes written in different programming languages. You can even add a folder of s...
In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers a and b, usually denoted by lcm(a, b), is the smallest...
Python
#Sum of natural numbers up to num num = 16 if num < 0: print("Enter a positive number") else: sum = 0 # use while loop to iterate until zero...
This python code automatically connect you with other user through ssh
Added code to create and display binary files in Python for Hacktoberfest.
Added code for list of Recursive programs using Python for Hacktoberfest.
Added a code for Queue in Python for Hacktoberfest. (Data Structure)