函數知識函數的返回值的應用講解,如何纔會用函數的返回值return

1.發送登錄的post請求 # 2.登錄成功拿到登錄的成功信息,return把信息返回 def login(): username=input(‘請輸入登錄賬號:\n’) password=input(‘請輸入登錄密碼:\n’) if username=='wuya’and password==‘admin’: return ‘登錄成功’ def profile(session): if sess
相關文章
相關標籤/搜索