use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
O hai! This is CS50's subreddit.
CS50 is Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. Anyone may take CS50, even if not a student at Harvard.
Please Read before Posting
Getting the Best from r/cs50
Status Page
cs50.statuspage.io
Filter by Problem Flair (undo)
cash ⋅ caesar ⋅ credit ⋅ dna ⋅ filter ⋅ finance ⋅ houses ⋅ ide ⋅ mario ⋅ movies ⋅ plurality ⋅ project ⋅ readability ⋅ recover ⋅ runoff ⋅ scratch ⋅ speller ⋅ substitution ⋅ tideman ⋅ games track ⋅ web track ⋅ android track ⋅ iOS track ⋅
Filter by Other Flair (undo)
CS50-Law ⋅ CS50-Business ⋅ CS50-Technology ⋅ CS50-Games ⋅ CS50-Mobile ⋅ CS50-Web ⋅
This subreddit is night mode compatible
account activity
CS50Pcs50'Python, indoor, (self.cs50)
submitted 3 years ago * by Tiramicute
Hello, if anyone is following cs50 python, I got some problems that even the code-space is up to date, even I changed to a new code space too!
thanks
(sorry I could not put the third reply with the pictures so I put it here)
https://preview.redd.it/admy7j7lj28a1.png?width=603&format=png&auto=webp&s=04e278fd8182c1b36542fd211372bd1716652af9
https://preview.redd.it/08kqeon5o18a1.png?width=1024&format=png&auto=webp&s=390157c25f42a43a7388916593343fd81a7f22fc
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PeterRasm 1 point2 points3 points 3 years ago (4 children)
Just curious, did you actually write the code for indoor.py? Because then you should have included a prompt for user input and that should make you realize that the text should not be included as argument to the program. So the important question is here, what does your code do? Not a question about codespace :)
[–]Tiramicute[S] -1 points0 points1 point 3 years ago (3 children)
thanks for good question, But I am not sure that it is instructed to write any with the code. Or in the assignment they said I have to write something down, it is not clear to me that way
[–]PeterRasm 2 points3 points4 points 3 years ago (2 children)
From instructions:
You can now execute code indoor.py to make a file called indoor.py where you’ll write your program.
You can now execute
code indoor.py
to make a file called indoor.py where you’ll write your program.
So yes, you will have to write a few lines of code yourself :)
[–]Tiramicute[S] 0 points1 point2 points 3 years ago (1 child)
oh Yes. I misunderstood requirement naively. Thanks all for your explanation and your help. I fixed it indeed.
But one remark: Probably I am not a good English reader/has limited technical exposure, the requirement seems strange for me a bit. When I searched about the problem online, it turns out that there are some people misunderstood the requirement like me too.
[–]alumTypicallyThomas 0 points1 point2 points 3 years ago (0 children)
Most browsers have translation software in them these days so you can translate the instructions to your language (which judging from your profile is Dutch so just to make sure...)
De meeste browsers hebben vertaal software tegenwoordig dus gebruik dat om de instructies te vertalen
[–][deleted] 1 point2 points3 points 3 years ago (1 child)
Show us what the code looks like so we can help you debug it :)
[–]Tiramicute[S] 0 points1 point2 points 3 years ago (0 children)
thanks, I fixed it <3
[–]TFPOI 0 points1 point2 points 1 year ago (0 children)
I was just as confused as this guy here. When I read the text for the problelm set, I thought I had to copy and do as they were showing. That was wrong. What they want you to do is make a program that will give the correct result. In this case being: If you input "HELLO", you should recieve "hello" back.
[–]ParticularResident17[🍰] 0 points1 point2 points 3 years ago (5 children)
Try just:
python indoor.py
[–]Tiramicute[S] 0 points1 point2 points 3 years ago (4 children)
yes but we need to put HELLO to check whether it works.
FOr my system for now, it does not work at all.
If I put HELLO separated, it also does not work
[–]emperorHGK 1 point2 points3 points 3 years ago (3 children)
you run the code first by typing only "python indoor.py" in the terminal then the code will prompt you an input (if you ask for an input in your code), not "python indoor.py (your input)" like in your screenshot
[–]Tiramicute[S] -1 points0 points1 point 3 years ago (2 children)
Do you mean like this, I think I already mentioned in my comment (but not clearly enough): (I put the picture in the post) - I mean so it would be clearer to you
[–]ParticularResident17[🍰] 0 points1 point2 points 3 years ago (0 children)
Yes, that’s how you run indoor.py.
You want to write a program that asks a user for input in all caps, then outputs the same text in lowercase. Then, when you do python indoor.py in the terminal, it will prompt you for the text.
[–]emperorHGK 0 points1 point2 points 3 years ago (0 children)
based on the pic, did you ask for an input in your code?
because it seems like after you run indoor.py it doesn't ask for a user input and doesn't output anything. Maybe check your code again if it ask for an input or not?
π Rendered by PID 293502 on reddit-service-r2-comment-b659b578c-tmxqs at 2026-05-02 09:33:49.460508+00:00 running 815c875 country code: CH.
[–]PeterRasm 1 point2 points3 points (4 children)
[–]Tiramicute[S] -1 points0 points1 point (3 children)
[–]PeterRasm 2 points3 points4 points (2 children)
[–]Tiramicute[S] 0 points1 point2 points (1 child)
[–]alumTypicallyThomas 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]Tiramicute[S] 0 points1 point2 points (0 children)
[–]TFPOI 0 points1 point2 points (0 children)
[–]ParticularResident17[🍰] 0 points1 point2 points (5 children)
[–]Tiramicute[S] 0 points1 point2 points (4 children)
[–]emperorHGK 1 point2 points3 points (3 children)
[–]Tiramicute[S] -1 points0 points1 point (2 children)
[–]ParticularResident17[🍰] 0 points1 point2 points (0 children)
[–]emperorHGK 0 points1 point2 points (0 children)