About 224,000 results
Open links in new tab
  1. CodeHsNitroAnswers - Reddit

    Use this subreddit to help you on your code hs assignments. Post any assignments you've completed to help others.

  2. CodehsHelp&Answers - Reddit

    This is a place where if you are having trouble with codehs you can come and ask how one was done and compare to see what you did wrong.

  3. 4.3.6 All Star : r/codehs - Reddit

    Jun 24, 2022 · CodeHS is a comprehensive teaching platform for helping schools teach computer science. We provide web-based curriculum, teacher tools and resources, and professional …

  4. Answers to CodeHS programs - Reddit

    A place for all coding students using CodeHS to come when they are completely lost and too lazy to put in much effort.

  5. CodeHS Solutions - Reddit

    Need help on the Codehs final project for python? Below I have attached the code: Realized there was no code regarding the final project. This is worth a lot of points, and I feel the pain. The …

  6. 1.9.5: Take 'em All : r/codeHS_Solutions - Reddit

    Jun 1, 2021 · truer/codeHS_Solutions Current search is within r/codeHS_Solutions Remove r/codeHS_Solutions filter and expand search to all of Reddit

  7. 1.9.6: Dizzy Karel : r/codeHS_Solutions - Reddit

    Jun 1, 2021 · //This program allows Karel to spin eight times. function start () { /*This loop makes Karel spin eight times. *Precondition: Karel is on one, one…

  8. 1.9.8: Lots of Hurdles : r/codeHS_Solutions - Reddit

    Jun 1, 2021 · Hey! even tho it's been 3 years since this post, I just wanna say, thx for the code! I had 7/8 of my CodeHS criteria done, but had no idea how to solve the last one basically …

  9. Can someone please give me the answers : r/codehs - Reddit

    Dec 14, 2022 · Good luck bro. I just got out of my high school coding class where we spent a year on code HS. I would give you the answers but I no longer have access to my school account

  10. PHYTON CODE HS. 7.6.10: Part 2, Remove All Fro... : r/codehs

    Feb 26, 2020 · If you got part 1, then part 2 is only a little different. def remove_all_from_string(word1, word2): while word2 in word1: word1 = …