Coders Packet

Packets submitted by Tharunkumar C

Swapping Two Strings in Python

Swapping contents from one string to another string and display the modified strings using Python.

To Find the Sum when a number is appended to itself n number of times in Python

Python program to calculate the sum when a number is appended to itself n number of times.

Program to Find True Discount In Python

Python program to find True Discount and Present worth when amount, Rate of interest, and time are given.