Python Examples

From Lucca's Wiki
Revision as of 01:46, 22 August 2025 by 50.220.241.211 (talk) (Created page with "Calculate the average of three numbers avg = float((num1+num2+num3)/3)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Calculate the average of three numbers

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