我正在上HLA课程,我完全不知道如何解决此代码。任何帮助将不胜感激。
该代码应该输入一个字符串并输出以13个ascii值移位的字符。该代码应环绕。例如,在字母“ z”之后,它都回到“ a”。该代码中包含错误和空白,需要纠正。
@APP.route('/about')
def about():
"""
Renders the about page.
:return: html template
"""
search = SearchForm(request.form)
raise ArithmeticError('A nasty error')
return render_template('about.html', postsearchform=search)