why does my console show nothing in pyhon? [closed] - python

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 months ago.
Improve this question
This is my coding
below one is the screenshot of the lecture
I would like to know why my console does not show anything, unlike the lecture.

I can't tell from the photos but it looks like you're not calling the function? and if you are, maybe with the wrong parameters, can you upload all of your code?

Related

I am trying to find the problem but it seems there isnt any can anyone do anything [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 days ago.
Improve this question
Well I am trying to work with data in a csv file and I am trying to get the data in a list by trying to access it, but I dont know whats wrong (I am watching a tutorial, link:https://www.youtube.com/watch?v=Ej_02ICOIgs&t=3203s
This is my main file
This is the CSV file
I tried looking in stackoverflow but there arent helpful responses can anyone help?

How can I create a program that runs commands as soon as I copy something to clipboard [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 months ago.
Improve this question
I want to write a program that will run a few lines on any piece of data or string upon copying to clipboard, is there a way to do this? I cant find much information about it.
I found https://pyperclip.readthedocs.io/en/latest/index.html
It has the pyperclip.waitForPaste() function, which should do exactly what you want. I had issues trying it with Linux Fedora, but it should be no problem on most Systems.

Python for loop and if control [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 months ago.
Improve this question
Greetings, I'm trying to make a user login using a for loop, but when I use and in the if block I use to cancel the operation, even if I don't enter 0, the process ends, but when I use or it doesn't work, why?
Number 3 and string '3' are not equal
example

How to make the text not repeat [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
In this photo, you can see it is repeating even though I didn't put any code for it to do so. I want to make sure it also is not happening to the other ones like the (e)open penguinos book command.
prompt - A String, representing a default message before the input.
input(prompt)
You don't have to add a default message:
input()

TypeError: this constructor takes no arguments (python) [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I made the left file to import from right
but I don't know why I got this error: see image
Instead of __int__, use __init__.
The Python class tutorial is a good syntax reference.

Categories