Sharp Tutorial
abbereviation of first name using python

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

Python Programs

  • Swap two number
  • Calculate the area
  • Even Odd or Zero
  • Python Program to check leap year
  • Fibonacci Series program
  • Largest ,Middle and Smallest Number
  • Calculate Telephone Bill
  • Print Table of The given Number
  • Sum of number entered by user
  • Factorial of the number
  • Reverse and check number is palindrome
  • check number is prime , armstrong
  • Program to Print the given patterns
  • Guess A Number Game using Random
  • abberiviation of first name

Abbreviation of first name

Eg : Mohand Das Karamchand Gandhi –> M D K Gandhi

name=input("enter the name")
x=" "
l1=name.split()
for i in range(l1.__len__()-1):
    x=x+l1[i][0:1]+" "
x=x+l1[l1.__len__()-1]
print(x) 

Output of the above program is as following.

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial