Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. n=int(raw_input("Ingrese un numero: "))
  2. lista=[]
  3. i=2
  4. i2=1
  5. cont=0
  6. while i<n:
  7. lista.append(i)
  8. i+=1
  9. while cont <n:
  10. yu=cont*i
  11. if yu == lista[]
  12. print lista
Add Comment
Please, Sign In to add comment