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

Which nonmetal has the highest density?​
From the following Venn diagram, write the elements of the set A and B and verify n(AUB) + n(A∩B) = n(A) + n(B)​
Số protein,số electron trong oxygen
Here is a mindful calming reflection: Despite staying indoors during the pandemic, what outdoor activities can you still do indoors?
the present population of a certain place is 67205 the population growth rate is 5% per annum find the population of that place a year before​
Two into minus two cubed
Can y'all help me with my math problem please
which of the following is not used to protect us from the possibility of receiving an electric shock​
Name two major clinical problems expected in a patient with third- degree burns.
(x^2-25)^2-(x-5)^2= ?