Skip to content
Permalink
Browse files
push
  • Loading branch information
xhebexhiua committed Apr 6, 2021
1 parent 4e98042 commit 3317b0da5cf57388fa9068dcb6ff63d28e957c39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
@@ -1,2 +1,2 @@
from management import management
management()
management()
@@ -1 +0,0 @@
albertoxhe08@gmail.com
@@ -6,13 +6,17 @@ def management():
from data import sender
from printers import start
from printers import would
from printers import would2
from printers import thanks_y
from printers import thanks_n
from printers import thanks_s
from printers import subscribe
from printers import subscribe2
c=input(start)
if check_mail(c)==True:
s=input(would)
while s!="y" and s!="Y" and s!="n" and s!="N":
s=input(would2)
if s=="y"or s=="Y":
print(thanks_s)
sender(c)
@@ -21,6 +25,8 @@ def management():
print (thanks_n)
else:
sub=input(subscribe)
while sub!="y" and sub!="Y" and sub!="n" and sub!="N":
sub=input(subscribe2)
if sub=="y"or sub=="Y":
print(thanks_y)
write_mail(c)
@@ -2,8 +2,10 @@ start=("could you enter your email please?\n")
thanks_y=("congratulations from now and the future you will be the first to receive news about perfumes\n ")
thanks_n=("thank you for being with us\n")
subscribe=("would you like to subscribe on us community if yes type(y) or if not type(n)\n")
subscribe2=("May you type the correct letter pelase, would you like to subscribe on us community if yes type(y) or if not type(n)\n")
thanks_s=("thank you for staying with us")
would=("would you like to stay subscribe on us community? if yes type(y) or if not type(n) \n")
would2=("May you type the correct letter pelase ,would you like to stay subscribe on us community? if yes type(y) or if not type(n) \n")

message="""\
SUBJECT:Fragrance

0 comments on commit 3317b0d

Please sign in to comment.