monahesham2006 monahesham2006
  • 01-01-2022
  • World Languages
contestada

using range (1,101) make list, containing only numbers which are divisible by 4, 6, 8, 10, 3, 5, 7 and 9 in separate lists in python??​

Respuesta :

Аноним Аноним
  • 01-01-2022

#hint

for i in range (1,101):

if i%2 == 0:

even.append (i)

else:

odd.append (i)

Answer Link

Otras preguntas

What is the value of three in 34,525
how can you rounded 2605 to the nearest hundred
Chemical equation of photosynthesis?
why must organism maintain stable internal condition
What is the value of the digits 4 in the number 84,230
What is 0.003is 1/10 of
What is 7/6 in simplest. Form
You will be helping Galileo perform the experiment to determine if objects with different mass fall at the same, or different, rates in the air and in a vacuum.
Addison studies a tarantula that is 30 mm long suppose she uses a microscope to magnify the spider by 4×10 to the second power how long will the spider appear t
A Japanese beetle has length between 0.3 and 0.5 inches.Find two lengths that are within the given span. Write them as fraction in simplest form?PS NO ONE HAS D