Guest User

Untitled

a guest
Feb 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ### (1) ###
  2.  
  3. tiedosto = open("tmalli.txt", "r", encoding="utf-8") #avataan tiedosto lukemista varten
  4. while True:
  5. rivi = tiedosto.readline()
  6. if len(rivi) == 0:
  7. break
  8. print(rivi, end = "")
  9. tiedosto.close()
  10.  
  11. ### (2) ###
  12.  
  13. luku = 1000000000
  14. x = int(luku)
  15. alaraja = 0
  16. y = int(alaraja)
  17. tiedosto2 = open("nmalli.txt", "r", encoding="utf-8")
  18. while True:
  19. numerot = tiedosto2.readline()
  20. if len(numerot) == 0:
  21. break
  22. paska = int(numerot)
  23. if y < num < x:
  24. x = num
  25. print(x)
  26. tiedosto2.close()
Add Comment
Please, Sign In to add comment