Questions tagged [hello]
The hello tag has no summary.
13 questions
0 votes
1 answer
152 views
get_string function not working on pset6 2020
here is the problem ~/ $ python hello.py Traceback (most recent call last): File "/home/ubuntu/hello.py", line 1, in <module> answer = Get_string("what is your name") ...
0 votes
1 answer
258 views
Pset1 Creating and Changing Directory Does Nothing
For the first problem set, I attempted to create and change the directory with the following commands: $ mkdir ~/pset1 $ cd ~/pset1 $ mkdir ~/pset1/hello $ cd ~/pset1/hello Despite doing these ...
0 votes
2 answers
75 views
Why does my re-submission of a project from 2019 get a lower score in 2020?
In 2019, my grade for hello.c got 84%, but in 2020, it gets 62%. Why is that?
0 votes
1 answer
31 views
Week 1 - Hello (I do not have place to write the code)
sorry I am little bit lost, Where I have to complete the Hello Task? in the cs50 sandbox? thanks! because in the c sandbox, I do not have the part where I write my code, just the terminal. Thanks!
0 votes
1 answer
971 views
pset6 hello, python3: can't open file 'hello.py': [Errno 2] No such file or directory
I just started working on pset6 using python for the first time. However, it keeps telling me no such file. Am I supposed to install python3 myself into IDE or what is wrong?
0 votes
2 answers
433 views
compile error on "hello, world" program
I am getting a error when trying to compile the first code in c from cs50 #include <stdio.h> int main(void) { printf("hello, world\n"); } Error: ~/workspace/ $ clang hello....
0 votes
1 answer
888 views
PSET1: Can't check hello.c
Doing on https://ide.cs50.io typing check50 cs50/2018/x/hello hello.c in ~/workspace/pset1/hello/ $ And got Uploading.. Unexpected token <
1 vote
2 answers
261 views
pset 1, clang error in make hello
I made a file called hello.c and typed in the code exactly as required for pset1 but when I type in make hello in the terminal I receive the following text: clang -fsanitize=integer -fsanitize=...
2 votes
1 answer
684 views
cannot 'make hello'. Get Error 1
When trying to make hello I get the error make: *** [hello] Error 1 I have only one folder inside of my ~/workspace. Its called pset1 and has only one file inside of it hello.c My code: The Error ...
0 votes
2 answers
90 views
pset6: requesting php from within html isn't working
Almost there, I'm only failing the following two tests now: :( Requesting hello.php? returns 200, text/html, and correct output \ expected output, not an exit code of 0 :( Requesting hello.php?...
0 votes
1 answer
73 views
pset1: Can't compile my file to start coding [please look at strange error message below]
So I am currently trying to set up my gedit interface and get a very simple code (a "print Hello world!" program) to compile. Using the one that available on the pset 1, and following the ...
0 votes
2 answers
142 views
No rule to make line target [duplicate]
What does it mean when you enter the stdio.h code in and it comes out with '*** no rule to make line target 'hello'. Stop.
0 votes
1 answer
2k views
hello.c when I want to run it says:No such file or directory
I am currently watching lecture one in week 1 and have the problem with hello world example professor Malan explained.I do everything by the instructions,save it in Dropbox folder as hello.c.In ...