Lab 2 Description - MadhuriGumma/Python-Programming GitHub Wiki

For the Lab 2 I have to print first character of my name:

For which I have taken input from user and split it with .split function and got the character using split[0][0]

For Checking all characters:

I have taken a alphabet array which contains all alphabets and taken a string and checked with it