Guest User

Untitled

a guest
Dec 11th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. lista1.append(a)
  2.  
  3. a = a + 1
  4.  
  5. while a <= n2:
  6.  
  7. lista1.append(a)
  8.  
  9. a = a * 2
  10.  
  11. lista2.append(n1)
  12.  
  13. n1 = n1 * 2
  14.  
  15. cont1 = cont1 + 1
Add Comment
Please, Sign In to add comment