by @Luís Hamilton Fork
{"functions":[{"rawId":"id_2ff99515_8f68_4c1e_a561_90626b458fae","tpe":"Real","name":"calcularMediaTurma","statements":[{"@type":"Begin","id":"id_eae5f1bb_3147_4d78_b5a9_234898822ad4"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"nota","lengthValue2":"5","id":"id_25bf98e0_e504_4586_a3fa_7d51a3774793","initValue":null},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"somaNotas","lengthValue2":"5","id":"id_2aa63cc5_dbae_4a45_bc27_dcaf501084fe","initValue":"0"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Real","name":"media","lengthValue2":"5","id":"id_43369c84_3114_4492_a7dd_358f7bc69139","initValue":"0"},{"varName":"i","incr":"1","@type":"ForLoop","start":"1","end":"numeroAlunos","id":"id_0a9ff666_1915_4971_80a5_af2274ab086c","body":{"statements":[{"@type":"Input","name":"nota","id":"id_e989adec_04dc_4f29_aeb8_cc9209906ef5","prompt":"Digite Nota:"},{"@type":"Assign","name":"somaNotas","id":"id_1ace5c4e_6a8f_49ef_a563_3fdf806fdbb1","value":"somaNotas+nota"}],"id":"id_284e022c_182a_44ca_a502_48e323b1de9b"}},{"@type":"Assign","name":"media","id":"id_765924cd_b199_48d6_8d00_d8281951eb81","value":"somaNotas/numeroAlunos"},{"@type":"Return","id":"id_07ab09c6_f5f8_4558_a381_2fb2684dcc61","maybeValue":"media"}],"parameters":[{"tpe":"Integer","name":"numeroAlunos","id":"487c5c02-ab25-42da-95e2-ce0c4dd1fd66"}]}],"name":"Ex4","main":{"rawId":"main","tpe":"Void","name":"main","statements":[{"@type":"Begin","id":"id_5c1bf109_fee6_48be_8c32_cc61fe219b2a"},{"lengthValue":-1,"@type":"Declare","lengthValue1":"5","tpe":"Integer","name":"numero","lengthValue2":"5","id":"id_0b2bb2da_3883_49e9_be4c_27bbeb100293","initValue":null},{"@type":"Input","name":"numero","id":"id_200ef57a_f5f7_4e08_a3ba_3462f648b8a4","prompt":"Quantos alunos quer processar?"},{"newline":true,"@type":"Output","id":"id_b72f2a09_5038_414c_a359_69b71b7a5c99","value":"\"A média da turma é: \"+calcularMediaTurma(numero)"},{"@type":"Return","id":"id_713ca7ae_3164_4c22_9131_92672628d348","maybeValue":null}],"parameters":[]},"id":"id_8078aefa_bd2f_44ce_af03_3bb7fcb44781","config":{"showDebugVars":true,"useInputPrompt":true,"echoEnteredValue":true,"showIoBtns":true,"showFunctions":true,"lang":"python","showGenCode":true},"version":"0.3","revision":1034}