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

How is it possible for Mercury to have frozen ice ?
what is the answer for (20,8),(9,16) ?
How were life forms affected by the rise in atmospheric oxygen levels that began 2.2 billion years ago?
Can someone use the word delta in a sentence
Data are drawn from a symmetric and bell shaped distribution with a mean of 120 and a standard deviation of 5. There are 900 observations in the data set. What
How were life forms affected by the rise in atmospheric oxygen levels that began 2.2 billion years ago?
Historians of china have traditionally dated the beginning of Chinese civilization to the founding of the what??
How is it possible for Mercury to have frozen ice ?
how is mass transit in cities a possible solution tk urban air pollution?
Can someone use the word delta in a sentence