import time
def login():
return'---login---welcome hahaha to our website......time:%s'%time.ctime()
def register():
return'---login---welcome hahaha to our website......time:%s'%time.ctime()
def profile():
return'---login---welcome hahaha to our website......time:%s'%time.ctime()
def application(file_name):
if file_name == 'register.py':
return login()
elif file_name == 'register.py'
return register()
else:
return 'not found you page...'