I made Happy Birthday program in python

Happy birthday Program - In This post you will see I made my own happy birthday programe
In python .

Like this :-
Text format like these :-
                 .   .   .
___|___|___|___
. | + * + * + * + | .
__|_|_*_+_*_+_*_+_*_|_|__
| . . . . . . . . .|
. |*{@}*{@}*{@}*{@}*{@}*{@}*| .
__|_|_.__.__.__.__.__.__.__.__|_|__
|#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#|
|[%] [%] [%] [%] [%] [%] [%] [%] [%]|
|\ $ \ $ \ $ \ $ \ $ \ $ \ $ \ $ \ $|
|_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_|

# # ##### #### #### # #
# # # # # # # # # #
##### ##### #### #### ###
# # # # # # #
# # # # # # #

#### ##### #### ##### # #
# # # # # # # #
#### # #### # #####
# # # # # # # #
#### ##### # # # # #

#### ##### # #
# # # # # #
# # ##### ###
# # # # #
#### # # #


Sourcsle code :-

# Sweety

brithday = '''
. . .
___|___|___|___
. | + * + * + * + | .
__|_|_*_+_*_+_*_+_*_|_|__
| . . . . . . . . .|
. |*{@}*{@}*{@}*{@}*{@}*{@}*| .
__|_|_.__.__.__.__.__.__.__.__|_|__
|#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#|
|[%] [%] [%] [%] [%] [%] [%] [%] [%]|
|\ $ \ $ \ $ \ $ \ $ \ $ \ $ \ $ \ $|
|_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_^_|

# # ##### #### #### # #
# # # # # # # # # #
##### ##### #### #### ###
# # # # # # #
# # # # # # #

#### ##### #### ##### # #
# # # # # # # #
#### # #### # #####
# # # # # # # #
#### ##### # # # # #

#### ##### # #
# # # # # #
# # ##### ###
# # # # #
#### # # #
'''
#import time
new = brithday.split("\n")
for i in new:
print(i)
#time.sleep(1)




I made happy birthday programme in python


If you want ask any dout of this post ,comment this post๐Ÿ‘‡๐Ÿ‘‡.I try my level Best in comment

Post a Comment

Post a Comment (0)

Previous Post Next Post