Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. célfájl = open('mandátumok.txt','w')
  2. print(d[0],' ', l,' mandátumot szerzett. ',file=célfájl,sep='')
  3. print(d[1],' ', m,' mandátumot szerzett. ',file=célfájl,sep='')
  4. print(d[2],' ', n,' mandátumot szerzett. ',file=célfájl,sep='')
  5. print(d[3],' ', p,' mandátumot szerzett. ',file=célfájl,sep='')
  6. célfájl.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement