by @Gary Fork
{"functions":[],"name":"Speed Limit","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_3c91434f_d469_4002_8a4a_b749666d10c2"},{"@type":"Declare","tpe":"Integer","name":"speedLimit","id":"id_1e6bf234_2bef_449a_a6cb_44c526130ba9","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"driverSpeed","id":"id_556cb383_1f04_4e1c_a7eb_b93e00d78427","initValue":"0"},{"@type":"Declare","tpe":"Integer","name":"aboveLimit","id":"id_66b7b7c2_9f81_4e76_b54f_4c5295443fb3","initValue":"0"},{"@type":"Input","name":"speedLimit","id":"id_19d76720_8bd3_4d84_af18_25ab67d74bd7","prompt":null},{"condition":"(speedLimit < 20) || (speedLimit > 70)","@type":"While","id":"id_cc13851a_f3b6_46ae_9020_09ff4dc7971b","body":{"statements":[{"@type":"Input","name":"speedLimit","id":"id_44e0c0b9_4194_4e33_975a_f194fa90657f","prompt":"please enter proper speed limit"}],"id":"id_d9badad2_3ff5_48a3_b2af_4e04995f9722"}},{"@type":"Input","name":"driverSpeed","id":"id_4a4c3981_ede8_4993_bef0_b939a669fa43","prompt":null},{"condition":"speedLimit > driverSpeed","@type":"While","id":"id_b7559f5e_9510_45d5_a147_95e1e7848d1e","body":{"statements":[{"@type":"Input","name":"driverSpeed","id":"id_1fe2d22f_2887_4b78_a0c5_1a814acbb081","prompt":"driver was not speeding. enter proper driver speed"}],"id":"id_80578bd9_4860_45e1_a21b_ca4ad0053102"}},{"@type":"Assign","name":"aboveLimit","id":"id_810eb48a_3446_4eb9_933d_e86ac19e2a77","value":"driverSpeed - speedLimit"},{"newline":false,"@type":"Output","id":"id_df925153_e02e_41c9_ace2_ad8b73222ffc","value":"\"You were driving \""},{"newline":false,"@type":"Output","id":"id_5ed3108f_0f0d_4da1_943f_6fc1060c6bdf","value":"aboveLimit"},{"newline":false,"@type":"Output","id":"id_3635d097_94af_4b63_b05e_be63df37ddf9","value":"\" mph above the speed limit.\""},{"@type":"Return","id":"id_30ba91d9_d8dd_4dc6_97bc_77b6048e2dc5","maybeValue":null}],"parameters":[]},"id":"id_74fca24d_3586_4479_8a40_59a1a6773ec2","config":{"showDebugVars":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.2","revision":707}