explain flash function() with example. python.
Answers
Answered by
3
Answer:
The flash() method is used to generate informative messages in the flask. It creates a message in one view and renders it to a template view function called next. In other words, the flash() method of the flask module passes the message to the next request which is an HTML template.
Similar questions