Skip to main content
-3 votes
0 answers
79 views

I'm stuck on the sell function for the finance problem. When executing check50 I get this: :) app.py exists :) application starts up :) register page has all required elements :) registering user ...
Rayan's user avatar
  • 47
0 votes
0 answers
26 views

So I am doing the [refueling] problem as mentioned above(https://cs50.harvard.edu/python/psets/5/test_fuel/) and my check50 is giving me this output :) test_fuel.py exist :( correct fuel.py passes all ...
Jacob Lothes's user avatar
0 votes
1 answer
103 views

I'm doing the cs50 basic course task plurality. Now I have the problem that all input I used got the right output, but the cs50 correctness check says otherwise. Is this because I don't use a sorting ...
Flundnus's user avatar
1 vote
1 answer
96 views

I am currently completing the introductory CS course CS50 only and got stuck on the problem "speller" from problem set 5. In this problem, one is given a set of prewritten .c-files, ...
S. Meister's user avatar
0 votes
0 answers
225 views

I'm running into problems resolving the little professor exercice in CS50P. I tested my program manually and I fail to see what could have gone wrong. The error message suggests that there is a ...
user31026571's user avatar
1 vote
1 answer
120 views

I'm working on a program to recover JPEGs from a raw memory card image using C (as part of CS50's "Recover" problem). The idea is to read 512-byte chunks and write each JPEG to a separate ...
Joe Jarvis's user avatar
0 votes
1 answer
63 views

I've been trying to implement the paginator function for about two months now. I've tried many different approaches, but they always lead to new bugs. In views.py, I load the posts and send them to ...
Peter Ditzel's user avatar
2 votes
1 answer
111 views

I'm very very new to programming, and I'm working on the Recover problem set. To create images, I'm using recursion, but there's always a valgrind issue and I can't understand where my code's wrong. ...
Thu Huyền Nguyễn's user avatar
1 vote
0 answers
49 views

Here's my code from the problem set. The copy_img(), malloc_img(), free_img() functions are for copying image to a temporary image and for memory allocation, freeing allocated memory respectively. ...
Chandupa Herath's user avatar
0 votes
1 answer
100 views

Been working on a Credit Pset in python. Decided to use regular expressions. Everything was fine before I got to the Lunh's algorithm part. Now I get traceback errors and don't know what to do with ...
Jötunn's user avatar
  • 27
-1 votes
1 answer
178 views

file to be tested: ''' def main(): use_input = input("Greeting: ").strip() x = value(use_input.lower()) print(f"${x}") def value(greeting): # if greeting starts ...
Cyrus Vali's user avatar
1 vote
1 answer
109 views

I am working on the Filter problem set for CS50 and run into a problem related to check50 (which is the program that checks my solution for correctness). "Blur" function calculates the ...
Jötunn's user avatar
  • 27
0 votes
1 answer
200 views

enter image description hereI am trying to execute my Python code on the command line in the CS50 Codespace IDE. After I enter the command, I get a "can't open file" error message. How to I ...
Ahnam Ahmed's user avatar
0 votes
2 answers
87 views

I'm writing a Python function to validate IPv4 addresses. for a Task of CS50 Python. My function should: Ensure the format is X.X.X.X, where each X is a number between 0-255. Return True for valid ...
Rubab Khaskheli's user avatar
0 votes
0 answers
56 views

I just completed the Problem "Outdated" in QuestionSet 3 of Harvard Python CS50p 2022 version. using Check50 v3.3.11, the automatic check function tried several scenarios and all passed with ...
RL_learning_python's user avatar

15 30 50 per page
1
2 3 4 5
243