enter image description here[ How my search route appears This the code used in my app.py. I have tried {href=”./search.html”} but there is no difference. Edit How my project folder looks like Edit 2: My mistake in the routing Answer EDIT to link your routes from within your HTML pages, you can use the url_for function inside double curly brackets.
Tag: cs50
Coleman Liau index formula just will not work
I’m writing readability in python for CS50, and I’ve tried so many different Coleman liau index formulas but it still will not work no matter what I do. My letter, word and sentence counters are giving me the correct output. I’ve been trying for hours to the point where I just copied and pasted an algorithm I found still doesn’t
CS50(2021) – Finance. :( registration rejects duplicate username – expected status code 200, but got 400
I´m new to programming, doing CS50 and currently struggling to complete the Pset9 – Finance, version from 2021. I´ve read as many threads I could find about the same issue, but none of the answers helped me to solve the problem yet. Application.py is doing what the problem briefing required, and I passed all tests except for this one, check50