Back to General discussions forum
Hi there. I asked a quesion about the minimun of two problem on yt a few days ago on the https://www.youtube.com/watch?v=c6WWZe12ves&t=421s video. I replited to your last comment with my username and other detail twice, but each time I checked the video comments my reply was nowhere to be seen. I think yt is removing the comment because I mention my username? I am not to sure. It is weird.
In regards to the question, I did manage to take the test data an import as a txt file to Juypiter and passed it all through my code, this method has worked well.
I still want to know if I am doing something stupid in the code cell to not get any outputs. Either I get nothing, or I get an error when I try and tinker with the input.
Hi Friend!
The issue is that you seemingly don't catch that you are not writing complete programs at all. This Jupyter Notebook is a bit harmful for beginners.
Your program should do the following:
input()
function)If this sounds still puzzling, try:
I'm sure you'll easily get the idea. However, ideally install Python at your machine and try getting acquainted with these input/print things. Alternatively try some interactive online python interpreter, e.g. here
Ohhhh. Thank you for this. It took me a while but I think I finally get it.
I also want to say that I love the webiste. It is so cool how you have made such a good and fun resource for people to learn how to code :).
I wonder how long it will take me to get all the questions done hahhahaaha.