переведите из паскаля в питон

Var

a, b, k: integer;

Begin

k := 0;

For a:= 10 to 99 do

For b:= 10 to 99 do

if (a+b <= 100) then

k := k+1;

WriteLn('k = ',k)

End.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.