Forums

python coding

input 2000 2 output 1000 500 250

get the value

get the divisor

do the 1st division...save to a variable

result1 = the_number /2 result2 result1 /2

print output 1000 500 250

Sorry what?