{"functions":[{"rawId":"id_860759da_3685_4a54_b927_46e1d8342cd7","tpe":"Real","name":"calcularMediaTurma","statements":[{"@type":"Begin","id":"id_3d04862b_4856_466a_a145_ef16f02d25cf"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"nota","lengthValue2":"5","id":"id_036137ab_4417_44cc_9cab_4070b2c32bb8","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"soma","lengthValue2":"5","id":"id_5bcf0523_e464_4b4a_a76b_2bb53c39cede","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"media","lengthValue2":"5","id":"id_732b7128_40e5_469e_834d_012690f0bd22","initValue":"0"},{"varName":"i","incr":"1","@type":"ForLoop","start":"1","end":"numeroAlunos","id":"id_77423df9_015e_4b85_bbdf_a85bf9fe7d1a","body":{"statements":[{"@type":"Input","name":"nota","id":"id_b6f4aad0_c780_4062_914e_db0c2a98fef9","prompt":"Insira a nota:"},{"@type":"Assign","name":"soma","id":"id_3902dda5_bd15_4e05_b5bf_c9002b2fa380","value":"soma + nota"}],"id":"id_92b21502_98da_4b0a_8b21_40ceb8df85a1"}},{"@type":"Assign","name":"media","id":"id_d88fa7fa_076e_4676_811a_c1b7bb7d119b","value":"soma/ numeroAlunos"},{"@type":"Return","id":"id_33916a9c_9808_4e13_b308_8a15387106a0","maybeValue":"media"}],"parameters":[{"tpe":"Integer","name":"numeroAlunos","id":"9026a3d5-054b-4ed8-8b51-e6a41d21540d"}]}],"name":"New Program","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_800c9a67_4c7f_423c_8514_1ddec54d1a58"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"aluno","lengthValue2":"5","id":"id_282ebdaa_71ce_4410_ad77_1df9f5df40c0","initValue":null},{"@type":"Input","name":"aluno","id":"id_98c25535_89e2_4797_a3d8_66d9b79024ee","prompt":"Digite o número de alunos:"},{"newline":true,"@type":"Output","id":"id_2c03dd63_19b0_491a_a9f4_885f07dba6ca","value":"\"A média da turma é \"+calcularMediaTurma(aluno)"},{"@type":"Return","id":"id_9601b1be_5fba_43fa_94dd_b6fa8b058ab2","maybeValue":null}],"parameters":[]},"id":"id_f1d4f943_61ca_4687_b15b_ddf7f7453101","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.3","revision":200}