Computer scienceBackendFlaskTemplates

Jinja filters

Filter please!

Report a typo

Write a custom-made filter that will take in a string and returns each character in lower case.

Inside the template, this filter will be called low
Write a program in Python 3
from flask import Flask
app = Flask(__name__)

#write your custom filter here!
___

Create a free account to access the full topic