Posts by relaie • 27 points
4 posts
-
-2
votes1
answer65
viewsQ: two are in the same row within a list
guys I’m reading the book fluent python And right at the beginning I come across an instruction I’ve never seen before and I can’t find any information about it. The instruction is as follows:…
-
-3
votes1
answer215
viewsQ: python compiler
Good afternoon, I am developing a virtual assistant in python, which by voice command is possible to do some things. When the script in Pycharm or the same works smoothly, when running cmd on…
-
0
votes2
answers153
viewsQ: Without the if explanation
As far as I know, else should be below the if, corresponding it, but in the code below, Else is not next to the if , because it is outside the repeating structure, to be more exact, the else is not…
-
1
votes1
answer62
viewsQ: true giving problem(bug) in code
Good evening guys, I was developing a script in php and when I put true being passed by parameter to a function inside an array dynamically , he gave a bug. I can not explain the bug right, but the…