Python Examples: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
Created page with "Calculate the average of three numbers avg = float((num1+num2+num3)/3)"
(No difference)

Revision as of 01:46, 22 August 2025

Calculate the average of three numbers

avg = float((num1+num2+num3)/3)