Skip to content

Tag: python-3.x

Python fails to recognize a digit

I have an input file such as this and the program removes everything but the hindi text. Here is my program and the expected output is below However, my program doesn’t recognize the first line digit, and instead it returns Why does this program doesn’t recognize the digit when I specifically wrot…

Rock Paper Scissors Always Lets Me Win

I’m a new programmer and am trying to familiarize myself with if else statements by creating a rock paper scissors game. My problem is that the code always lets me win. In addition, my while loop won’t actually loop so any help with this stuff would be greatly appreciated. Thanks! :) The code: Ans…

middleware caught exception in streamed response flask app

This is an simple application that inserts data into a mysql db. The data gets inserted correctly but i am not getting the reponse of my post request but the status is 200.request.form works but i want to send json as payload This is my below route and i believe something is wrong when i am checking if the ke…

HackerRank Plus Minus ~ no response on stdout ~

Can someone please explain why hackerrank does not accept this code for python? It gives me this error: ~ no response on stdout ~ Answer You will notice that on HackerRank your function is called without doing anything with the return value. The template code looks like this: Moreover, the description says: P…