Exemple #1
0
 def __init__(self):  #calls functions in the module filestore
     self.username, self.userpassword, self.balance = filestore.cusaccountcheck(
     )
     print(
         "Thank you %s, your account has been set up and ready to use,\n a 10000 shillings has been credited to your account"
         % self.username)
     time.sleep(2)
     self.userfunctions()
Exemple #2
0
 def __init__(self):
     self.username, self.userpassword, self.balance=filestore.cusaccountcheck()
     print ("Thank you %s, your account is set up and ready to use,\n a 100 pounds has been credited to your account" %self.username)
     time.sleep(2)
     self.userfunctions()