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

tanya bought the least expensive brand of dog food. she used a $5.00 off coupon for the purchase. how much did tanya payfor a bag of dog food?
An aircraft costs ​$2922 dollars per hour to operate. The algebraic expression 2922 t gives the total cost to operate the aircraft for t hours. Find the total c
Why will an enzyme no longer work if it loses its shape?
Punctuation is used to show the title of a short story
what is half of 7/8 a. 7/16 b. 3/8 c.9/16 d. 7/32
Evaluate the expression for the given values my-y when m=2,x=7, and y =5 Please help
who is the main character in the necklace
Which scene from ''Stray'' is an example of climax? A. Doris tries to convince her parents that they should keep the dog. B. Doris brings home the puppy for
In the following expression which terms can be combined? 64 - 82g + 24 1) 64 + 24 2) 64 - 82g 3) -82g + 24 4) None of the above
Find all the critical points of the function [tex] f(x)= (x+1)/(x-3) [/tex] and determine the intervals in which the function is increasing and in which it is d