Coders Packet

Packets submitted by VenkatNarayan.K

Replacing First Element with Middle Element of a String in Python

Python Program to remove the middle element of a string which is got from the user and replacing the first element with that middle element

Capitalizing First and Last Letters of a String in Python

Python Program to convert first and last letters of a string into uppercase and remaining letters to lowercase.

Arithmetic Operations of Neighbor Numbers in Python

Performing Arithmetic Operations like Addition, Subtraction, Multiplication, Division and modulo division on neighbor numbers of a particular number using Python language.