Velapanti Python Program

 print("Hello!!")

print("Welcome to Physics Tech Talks")

print("What is your name ? ")

name=str(input())

print("Are u a male(1) or female(2)? ")

print("Enter 1 if male and 2 if female: ")

sex=int(input())

if sex==1:

    print("Hlo Sir, this is soo nice talking to u !!!")

    print("Mr.",name,"this program is for time pass !!! Do u know that?? If yes press 1 if no then 0:  ")

else: 

    print("Hlo mam, this is soo nice talking with u !!!")

    S=int(input("Are u married (Yes(1)or No(0)): "))

    if S==1:

        print("Mrs.",name,"this program is for time pass !!! Do u know that?? If yes press 1 if no then 0: ")

    if S==0:

        print("Miss",name,"this program is for time pass !!! Do u know that?? If yes press 1 if no then 0: ")

   

k=int(input())

if k==1:

    print("I am glad to know that you are aware of your velapanti. Yo know that you are doing time pass here!!! Very Good Congrats!!")

    print("I am proud of u!!!")    

    str(input("Press Enter!!"))

    print("Abhi bhi yahi h gadhe!!!! Time pass chal rha h...")

    str(input("Press Enter!!!"))

    print("Vah beta!! Aap Jindagi me bahut tarakki karne vale h!!")

    print("Congratulations! You got the title of Vela Insan!! Lets Celebrate")

    str(input("press enter!!"))

    print(":)")

    print("LOL")

    str(input("Chal Nikal!!!"))

if k==0:

    print("O that means u are innocent!!!")

    print("Now u know that u are doing time pass!!!")

    j=int(input("Do u still want to be here?? Yes(1) No(0)"))

    if j==1:

        print("Very Good!!")

        str(input("Press Enter!!"))

        print("I am glad to know that you are aware of your velapanti. Yo know that you are doing time pass here!!! Very Good Congrats!!")

        print("I am proud of u!!!")    

        str(input("Press Enter!!"))

        print("Abhi bhi yahi h gadhe!!!! Time pass chal rha h...")

        str(input("Press Enter!!!"))

        print("Vah beta!! Aap Jindagi me bahut tarakki karne vale h!!")

        print("Congratulations! You got the title of Vela Insan!! Lets Celebrate")

        str(input("press enter!!"))

        print(":)")

        print("LOL")

        str(input("Chal Nikal!!!"))

        str(input("Abhi bhi yhi h vele insan!! get lost "))       

    if j==0:

        print("Oh That means you are not a vela person!!")

        print("Very good!!")

        str(input("Press Enter!!"))

        print("You are soo intelligent still u are doing time pass here!! Go home now and study!!")

        str(input())

        print("Abhi bhi nhi gaya mahan insaan .kha na time pass chal rha h!!! get lost!!")

        str(input())

Comments

Popular posts from this blog

Solving Kepler’s equation by Newton-Raphson method

Determining Wien’s constant using bisection method and false position method. (Python Program)