About 1,210,000 results
Open links in new tab
  1. Debugging Student Code: Getting Un-Stuck | CodeHS Knowledge …

    If you're seeing an error message, check if it references a specific function, syntax error, or line of code that can be fixed before re-running the code. Click here to learn more about the most common error messages you may run into when working on Karel assignments.

  2. Copying code from console : codehs - redditmedia.com

    Dec 13, 2024 · The teachers can block copy pasting where you're typing in your code, but I'm talking about the right side where things are printed once you run it. Additionally I'm in a sandbox so no teacher restraints

  3. r/codehs on Reddit: Can someone help? I can’t find my mistake, it …

    Jan 18, 2021 · You don’t need all the extra checks with the else ifs. Once it sets grade it will drop out to the next block of code.

  4. r/codehs on Reddit: I’m getting a syntax error on line 5 . Can …

    Jun 12, 2023 · Posted by u/Odd_Volume4206 - 4 votes and 4 comments

  5. CodeHS fails my program even though it fully works

    Nov 2, 2020 · I know this question has already been resolved, but to anyone in the future, the reason why you're getting "Something wrong with the code." even though your program works is because you're using exit() or sys.exit() or raise SystemExit(0) or something else like that.

  6. SyntaxError: Unexpected token (37:4) - Code.org Professional …

    Jan 6, 2021 · What actually happens: I can’t see what will actually happen because the code will not run with the syntax error. The code looks good to me. What I’ve tried: I have tried deleting several lines of code to clear the error. I have checked for comma/bracket type-o’s.

  7. r/codehs on Reddit: Can anyone tell me what is wrong with my code

    Dec 20, 2021 · try it if you'd like: print ("We have", inventory1, "items in inventory.") check = int (input ("How many items would you like?")) print ("Not enough in inventory", inventory1, "items left...") print ("You have", inventory, "item (s) left.") print …

  8. python 2.7 - Really weird issue with CodeHS - Stack Overflow

    I just came up to this question on CodeHS and had trouble myself. But I found it somewhere else, not to CodeHS's requirements so I had to fix it up myself. Here it is all fixed

  9. Glossary Term: Syntax error - CodeHS

    Syntax establishes a set of rules for the characters and symbols used in the programming language. A syntax error, then, is like a mistake in the "spelling." Syntactical mistakes break the flow of a program; in fact, programs generally cannot run if they contain syntax errors.

  10. Enabling Block Coding for Students | CodeHS Knowledge Base

    Block/Text Settings allows you to toggle blocks for a module, lesson, or assignment in one place. You can allow blocks for one section or multiple sections. When blocks are allowed, students can toggle between block and text coding.

Refresh