{"assignment":{"_schema_version":2,"course_id":37,"date_created":"2017-07-27T04:39:00+00:00","date_modified":"2022-08-28T18:35:14.108868+00:00","extra_instructor_files":"","extra_starting_files":"","forked_id":null,"forked_version":null,"hidden":false,"id":908,"instructions":"The code below is printing the message `\"Hello world.\"` Change the message so that it instead prints `\"Python is great!\"`","ip_ranges":"","name":"1A3.1) Basic Output","on_change":"","on_eval":"","on_run":"from pedal import *\n\nif len(get_output()) > 1:\n    explain('You should only print one thing. You are currently printing more than one thing.',\n            label=\"printing_too_much\", title=\"Too Much Output\")\n\nif len(get_output()) == 0:\n    gently(\"You are not printing anything. Make sure you use the print block.\",\n            label=\"not_printing\", title=\"Not Printing\")\n\nif get_output():\n    output = get_output()[0]\n    if \"Hello world\" in output:\n        explain('You have not yet changed the original message. Edit the code below to print `\"Python is great!\"`',\n                label=\"printed_hello_world\", title=\"Printing Original Message\")\n    elif \"Python is great!\" not in output and \"Python is great\" in output:\n        explain(\"You are missing the exclamation mark! Make sure you follow the instructions very closely!\",\n                label=\"missing_exclamation_mark\", title=\"Missing Exclamation\")\n    elif \"Python is great!\" not in output:\n        explain(\"You are not yet printing the right text, but you are printing something. Keep it up!\",\n                label=\"wrong_output\", title=\"Wrong Output\")\n","owner_id":1,"owner_id__email":"acbart@udel.edu","points":2,"public":true,"reviewed":false,"sample_submissions":[],"settings":"{\"hide_evaluate\": true}","starting_code":"print(\"Hello world.\")","subordinate":false,"tags":[],"type":"blockpy","url":"bakery_intro_console_code_basic_output","version":60},"ip":"216.73.216.157","submission":{"_schema_version":3,"assignment_id":908,"assignment_version":60,"attempts":0,"code":"print(\"Hello world.\")","correct":false,"course_id":37,"date_created":"2026-05-20T16:04:43.451448+00:00","date_due":"","date_graded":"","date_locked":"","date_modified":"2026-05-20T16:04:43.451448+00:00","date_started":"","date_submitted":"","endpoint":"","extra_files":"","feedback":"","grading_status":"NotReady","id":2037034,"score":0.0,"submission_status":"Started","time_limit":"","url":"submission_url-e7cf4076-bd59-4db2-8668-44555a92ee90","user_id":2044700,"user_id__email":"","version":0},"success":true}
