"Hello World"

Welcome T

                                  nareshtechweb.blogspot.com


Source Code : 

import os

import time

import datetime


#  Adding Wise Me Function


def wise_me():


     hour = int(datetime.datetime.now().hour)


     if hour >= 0 and hour <= 12:

          print("Good Morning Sir ")

     

     elif hour >= 12 and hour <= 18:

          print("Good AfterNoon Sir ")


     else:

          print("Good Evening Sir")



os.system('cls')


def banner():


     print("#########################################")

     print("#                                       #")

     print("#                                       #")

     print("#                                       #")

     print("#                                       #")

     print("#       Naresh Tech Web                 #")

     print("#               ATM...                  #")

     print("#                                       #")

     print("#                                       #")

     print("#                                       #")

     print("#########################################")


banner()


print()

print()



print("1. Tamil")

print("2. English")

print("3. Hindi")


print()

print()


language = input("Enter Your Options : ")


if language == str(1):

     print()

     print("Tamil Language Not Support... \n Try other Language")

     print("")


elif language == str(2):

     print()

     card = input("Enter Your Card Number : ")

     print()


     if card == str(3130):

          print("")


          os.system('cls')


          print()

          banner()

          wise_me()

          print("Hello Naresh")

          print()


          print("1. Cheack Current Balance ")

          print("2. Withdraw Money")

          print()

          print()


          pay = input("Enter Your Option : ")

          print()

          

          if pay == str(1):

               print()


               os.system('cls')


               banner()

               print("Your Current Balance : 50,000.00")

               print()


               time.sleep(5)


               print("ThankYou")

          

          elif pay == str(2):

               os.system('cls')


               banner()

               print("")


               cash = input("Enter Your Amount : ")

               print()

               #Timing_function Wait a One Second

               time.sleep(2)

               print("Wait a Second...")

               time.sleep(1)

               print("Wait a Second...")

               time.sleep(.50)

               print("Preparing a Money...")


               print()

               print()

               print("Collect Your Amount : " +cash)

               print()


               time.sleep(5)


               print("ThankYou \n WelCome")

          

          else:

               print()

               print("You Entered Wrong Option")

               print()

     

     elif card == str(3131):


          

          os.system('cls')


          print()

          banner()

          wise_me()

          print("Hello Popeye")

          print()


          print("1. Cheack Current Balance ")

          print("2. Withdraw Money")

          print()

          print()


          pay = input("Enter Your Option : ")

          print()

          

          if pay == str(1):


               os.system('cls')


               print()

               print("Your Current Balance : 10,000.00")

               print()


               print("ThankYou")

          

          elif pay == str(2):

               print("")


               cash = input("Enter Your Amount : ")


               os.system('cls')


               print()

               #Timing_function Wait a One Second

               time.sleep(2)

               print("Wait a Second...")

               time.sleep(1)

               print("Wait a Second...")

               time.sleep(.50)

               print("Preparing a Money...")


               print()

               print()

               print("Collect Your Amount : " +cash)

               print()


               time.sleep(5)


               print("ThankYou \n WelCome")

          

          else:

               print()

               print("You Entered Wrong Option")

               print()


     else:

          print()

          print("InCorrect Card Number!!! " +card)

          print()


elif language == str(3):

     print()


     print("Hindi Language Not Support... \n Try other Language")


else:

     print()

     print("You Entered Wrong Options... " +language)

     print()



# Every Thing Is Worked Successfully Try Ur Self With Ur Code

#Thankyouuuuuuuuuuuuuuuuu


***********************************************************************************

Follow Me :YouTube

Follow Me : Instagram

Follow Me:Facebook 

Follow Me :Twitter

Follow Me :Blog

***********************************************************************************

 Thank You 

               for

         Reading...🙏


Comments

Popular Posts