Letter Template With Python Project -1

 

Letter with python____


This my first project which i have made with the help of python..



Name=input("Enter your name - ")
Date=input("Enter the date for letter ")
subject = input("Enter subject for your letter ")
Writer=input("Write the post of the person to whome you are writting this letter ")
Place=input("Enter the name of the institution ")
ins =input(" what is your institution about")
job=input("what is your job at this institute")
main = input("Write main line Here ")



print(Writer)
print(Place)
print("Date" +Date)
print("Subject - " +subject)
print("Sonipat")
print("Sir")
print("With due resect i want to say that i am a "+job +"of class 10th A today i ")
print(main+"so i cannot come to "+ins  +"that is "+Date+"So kindly Grant me leave for the same ")
print("Thanking You")
print("Your's Obediently ")
print( Name )

0 Comments