You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{"stop": "Stop", "run": "Run", "ask_for_help": "Ask for Help", "question_wizard": "Question Wizard", "previous": "Previous", "next": "Next", "table_of_contents": "Table of Contents", "skip_step": "Skip step", "reverse_step": "Reverse step", "sign_out": "Sign out", "settings": "Settings", "feedback": "Feedback", "developer_mode": "Developer mode", "developer_mode_description": "Enables the \"Reverse step\" and \"Skip step\" buttons.", "loading_wait": "Loading...", "login_or_sign_up": "Login / Sign up", "error_traceback": "Error traceback:", "did_you_mean": "Did you mean...", "similar_frames_skipped": "Similar frames skipped:", "report_error": "Report error", "report_error_instructions": "Oops, something went wrong! Please describe what you were just doing and what steps someone can take to reproduce the problem, then click Submit. Or click Cancel to not send a report.", "click_for_error_details": "Click for error details", "give_feedback": "Give feedback", "feedback_email_placeholder": "Email (optional, publicly visible)", "title": "Title", "description": "Description", "submit": "Submit", "cancel": "Cancel", "contact_directly": "Alternatively, you can contact us directly:", "send_email_to": "Email", "open_github_issue": "Open an issue on GitHub", "chat_on_slack": "Chat on Slack", "copying_solution_not_allowed": "Copying from the hints/solution area is not allowed!", "get_hint": "Get a hint", "get_another_hint": "Get another hint", "show_solution": "Show solution", "show_unscrambled_solution": "Show unscrambled solution", "show_shuffled_solution": "Show shuffled solution", "parsons_solution_instructions": "Above is an example solution with the lines out of order. You can drag them around to reorder them. Finding a correct order is up to you, and we won't will tell you if you get it right. Experimenting and running partial solutions in the editor may help you figure it out. You still need to type a correct solution into the editor and run it to continue.", "are_you_sure": "Are you sure?", "yes": "Yes", "no": "No", "hidden_solution_instructions": "Above is an example solution, but it's hidden. Click the Reveal button repeatedly to reveal the solution bit by bit. Try to stop when you think you've revealed enough and can fill in the remaining gaps yourself. Then type a solution in the editor and run it. Your solution doesn't have to be the same as the one above.", "reveal": "Reveal", "output_prediction_question": "What do you think the result will be?", "output_prediction_wrong_once": "Oops, that's not right. You can try one more time!", "output_prediction_wrong_twice": "Sorry, wrong answer. Try again next time!", "output_prediction_correct": "Correct!", "output_prediction_error_choice": "Error", "ok": "OK", "current_page": "(current)", "question_wizard_intro": "<p>If you need help, there are many sites like <a href=\"https://stackoverflow.com/\">Stack Overflow</a> and <a href=\"https://www.reddit.com/r/learnpython/\">reddit</a> where you can ask questions. This is a tool to help you write a good quality question that is likely to get answers.</p>\n<p>Enter and run your code on the right. If you don't have any code because you don't know where to get started, I'm afraid this tool can't help you. You can still ask for help, but it might be good to first read <a href=\"https://stackoverflow.com/help/dont-ask\">What types of questions should I avoid asking?</a></p>\n<p>If your question is about servers (e.g. Django or Flask), web requests, databases, or a package that can't be imported here, then this tool won't work. However, just because your current code <em>involves</em> those things, that doesn't mean that's what your question is <em>about</em>. If you're having a general Python/programming/logic problem, then extract that problem from the other stuff. Python with Django is still Python. If you can't do that, then read <a href=\"https://stackoverflow.com/help/minimal-reproducible-example\">How to create a Minimal, Reproducible Example</a> before asking your question.</p>", "question_wizard_expected_output": "<p>Good, now enter the output you expect/want from your program below. What would it show if it worked correctly? If it's not supposed to output anything, then add some <code>print()</code> calls to your code so that it would output something useful.</p>\n<p>When you're done, click 'Run' again to generate your question.</p>", "give_feedback_instructions": "<p>Tell us what you like or don't like! If you're reporting a bug, give a detailed description of the problem:</p>\n<ul>\n<li>What were you doing before and when the problem occurred?</li>\n<li>What steps can someone take to reproduce it?</li>\n<li>What do you observe happening, and what do you expect to happen instead?</li>\n</ul>", "toc_instructions": "<p>Below are links to different pages in the course. You can start anywhere and go in any order, and your progress on each page will be recorded.</p>\n<p>If you're completely new to programming, or you have doubts, just start at the beginning and click Next as you finish each page.</p>", "hints_progress": "Shown ${numHints} of ${totalHints} hints", "repeated_frames_description": "${name} at line ${lineno} (${count} times)", "copy_warning": "<p><strong>STOP!</strong></p>\n<p>Try to avoid copy pasting code. You will learn, absorb, and remember better if you type in the code yourself.</p>\n<p>When copying is appropriate, there will be a button to click to make it easy. If there's no button, try typing.</p>\n<p>Having said that, we're not going to force you. Copy if you really want to.</p>"}
"report_error_instructions":"Oops, something went wrong! Please describe what you were just doing and what steps someone can take to reproduce the problem, then click Submit. Or click Cancel to not send a report.",
23
+
"click_for_error_details":"Click for error details",
"parsons_solution_instructions":"Above is an example solution with the lines out of order. You can drag them around to reorder them. Finding a correct order is up to you, and we won't will tell you if you get it right. Experimenting and running partial solutions in the editor may help you figure it out. You still need to type a correct solution into the editor and run it to continue.",
41
+
"are_you_sure":"Are you sure?",
42
+
"yes":"Yes",
43
+
"no":"No",
44
+
"hidden_solution_instructions":"Above is an example solution, but it's hidden. Click the Reveal button repeatedly to reveal the solution bit by bit. Try to stop when you think you've revealed enough and can fill in the remaining gaps yourself. Then type a solution in the editor and run it. Your solution doesn't have to be the same as the one above.",
45
+
"reveal":"Reveal",
46
+
"output_prediction_question":"What do you think the result will be?",
47
+
"output_prediction_wrong_once":"Oops, that's not right. You can try one more time!",
48
+
"output_prediction_wrong_twice":"Sorry, wrong answer. Try again next time!",
49
+
"output_prediction_correct":"Correct!",
50
+
"output_prediction_error_choice":"Error",
51
+
"ok":"OK",
52
+
"current_page":"(current)",
53
+
"question_wizard_intro": "<p>If you need help, there are many sites like <a target=\"_blank\" rel=\"noreferrer\" href=\"https://stackoverflow.com/\">Stack Overflow</a> and <a target=\"_blank\" rel=\"noreferrer\" href=\"https://www.reddit.com/r/learnpython/\">reddit</a> where you can ask questions. This is a tool to help you write a good quality question that is likely to get answers.</p>\n<p>Enter and run your code on the right. If you don't have any code because you don't know where to get started, I'm afraid this tool can't help you. You can still ask for help, but it might be good to first read <a target=\"_blank\" rel=\"noreferrer\" href=\"https://stackoverflow.com/help/dont-ask\">What types of questions should I avoid asking?</a></p>\n<p>If your question is about servers (e.g. Django or Flask), web requests, databases, or a package that can't be imported here, then this tool won't work. However, just because your current code <em>involves</em> those things, that doesn't mean that's what your question is <em>about</em>. If you're having a general Python/programming/logic problem, then extract that problem from the other stuff. Python with Django is still Python. If you can't do that, then read <a target=\"_blank\" rel=\"noreferrer\" href=\"https://stackoverflow.com/help/minimal-reproducible-example\">How to create a Minimal, Reproducible Example</a> before asking your question.</p>",
54
+
"question_wizard_expected_output":"<p>Good, now enter the output you expect/want from your program below. What would it show if it worked correctly? If it's not supposed to output anything, then add some <code>print()</code> calls to your code so that it would output something useful.</p>\n<p>When you're done, click 'Run' again to generate your question.</p>",
55
+
"give_feedback_instructions":"<p>Tell us what you like or don't like! If you're reporting a bug, give a detailed description of the problem:</p>\n<ul>\n<li>What were you doing before and when the problem occurred?</li>\n<li>What steps can someone take to reproduce it?</li>\n<li>What do you observe happening, and what do you expect to happen instead?</li>\n</ul>",
56
+
"toc_instructions":"<p>Below are links to different pages in the course. You can start anywhere and go in any order, and your progress on each page will be recorded.</p>\n<p>If you're completely new to programming, or you have doubts, just start at the beginning and click Next as you finish each page.</p>",
57
+
"hints_progress":"Shown ${numHints} of ${totalHints} hints",
58
+
"repeated_frames_description":"${name} at line ${lineno} (${count} times)",
59
+
"copy_warning":"<p><strong>STOP!</strong></p>\n<p>Try to avoid copy pasting code. You will learn, absorb, and remember better if you type in the code yourself.</p>\n<p>When copying is appropriate, there will be a button to click to make it easy. If there's no button, try typing.</p>\n<p>Having said that, we're not going to force you. Copy if you really want to.</p>"