Birthday wishes in python
A birthday wish is a message of celebration and well wishes that is typically given to someone on their birthday. It is a way to acknowledge the person's special day and express your appreciation for their presence in your life.
Birthday wishes can take many different forms, from simple messages of "Happy Birthday" to more elaborate and personalized messages that include specific memories, wishes for the future, or inside jokes. The intention behind a birthday wish is to convey your love, respect, and admiration for the person and to make them feel special and appreciated on their birthday.
In some cultures, birthday wishes may also be accompanied by gifts, parties, or other celebrations. Regardless of the form they take, however, birthday wishes are a way to show someone that they are valued and loved, and to celebrate the joy and happiness of another year of life
Birthday wishes in python
Happy birthday [Name]! I hope your special day is filled with love, laughter, and all the things that make you happy. You are an amazing person and I feel lucky to have you in my life. May this year bring you all the success, joy, and happiness that you deserve. Cheers to another year of life and making incredible memories. Enjoy your day to the fullest!
Birthday wishes in python source code
import time as t #©A KIRAN RAJPUT #PyCoder def birth(): i=' i i i i i' _i='___i__i__i__i__i___' print('\n\n\n\n\t\t\t\t',i) t.sleep(1) print('\t\t\t\t',i) t.sleep(1) print('\t\t\t\t',_i) t.sleep(1) print('\t\t\t\t|\u2764\t\t \u2764|') t.sleep(.1) print('\t\t\t ___| \u2764 DATE \u2764 |___') t.sleep(.9) print('\t\t\t |\U0001F618 \u2764\t \u2764 \U0001F618|') t.sleep(.9) print('\t\t\t ___| \u2764 HAPPY \u2764 |___') t.sleep(.9) print('\t\t\t|\U0001F607 \u2764 BIRTHDAY \u2764 \U0001F607|') t.sleep(.9) print('\t\t ___|\t\u2764_________________\u2764\t |___') t.sleep(.9) print('\t\t |\U0001F46C \U0001F61B \U0001F382 NAME \t\U0001F382 \U0001F61B \U0001F46C|') t.sleep(.8) print('\t\t |___________________________________________|') t.sleep(.8) print('\n\t\t\tFROM \t ___NAME 1') t.sleep(.8) print('\n\t\t\t___NAME 2 ') t.sleep(.8) print('\n \t\t___NAME 3') t.sleep(.8) print(' \n\t___NAME 4') t.sleep(.8) print('\n\n© A KIRAN RAJPUT') def happy(): t.sleep(1) print('\n\n\t\t __ __ ____ ____ ____ __ __') t.sleep(1) print('\t\t| | | / | | \| \| | |') t.sleep(.8) print('\t\t| | | | o | | o ) o ) | |') t.sleep(.8) print('\t\t| _ | | | | _/| _/| ~ |') t.sleep(.8) print('\t\t| | | _ | | | | | |___ |') t.sleep(.8) print('\t\t| | | | | | | | | | | | |') t.sleep(.8) print('\t\t|__|__| |__|__| |___| |___| |____/') def Birthday(): t.sleep(.9) print('\t\t\t ____ ____ ____ ______ __ __ ___ ____ __ __ ') t.sleep(.8) print('\t\t\t| \ | | | \|_ _|| | | | \ / | | | | ') t.sleep(.7) print('\t\t\t| o ) | | | D ) | | | | | | \ | o | | | | ') t.sleep(.7) print('\t\t\t| | | | | _/ | | | _ | | D | | | | ~ |') t.sleep(.7) print('\t\t\t| o | | | | \ | | | | | | | | | |___ |') t.sleep(.7) print('\t\t\t| | | | | . \ | | | | | | | | | | | |') t.sleep(.7) print('\t\t\t|____| |____| |__|\_| |__| |__|__| |____| |__|__| |____/') def bhau(): t.sleep(.8) print('\t ____ __ __ ____ ____') t.sleep(.8) print('\t| \ | | | / || |') t.sleep(.8) print('\t| o )| | | | o | | |') t.sleep(.7) print('\t| | | _ | | | | |') t.sleep(.7) print('\t| o | | | | _ | | |') t.sleep(.7) print('\t| | | | | | | | | |') t.sleep(.7) print('\t|____| |__|__| |__|__||____|\n\n') repeat=input(print('If you want repeat, Press any key:')) if repeat!='': birth() happy() Birthday() bhau() else: print('Bye Bye...Have a Nice Day') #©A KIRAN RAJPUT #PyCoder #bboy=input(print("\n\n\tEnter B'Day Boy Name...\t")) #bdate=input(print('\t\tEnter Date of Birth...')) #Name1=input(print('\n\t\tEnter Four friends Name:')) #Name2=input('\n\t') #Name3=input('\n\t') #Name4=input('\n\t') birth() happy() Birthday() bhau()