Posts by Lucas • 11 points
4 posts
-
-1
votes2
answers139
viewsQ: How to open a list of images with Opencv?
I’m trying to open images and show them on screen from a directory called 'Photos' with various images . jpg, but when the windows open they simply do not load the images and the interpreter does…
-
0
votes2
answers961
viewsA: Help with error '>' not supported between instances of 'Nonetype' and 'int'
Take the parentheses from if and while, return the weight in the method work out and correct the indentation. def malhar(idade, peso): if idade < 28: peso -= 2 else: peso -= 1 return peso…
-
0
votes0
answers57
viewsQ: Beautifulsoup is returning None
I’m trying to get the title of a product on the Amazon website, but the value returned is always None. Product link:…
-
1
votes0
answers32
viewsQ: New python operator 3.8.5
Python 3.8.5 added operator :=, I wonder what it’s for