Sofya_Soloveva_

Untitled

Jul 28th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import sys
  2. a = ['123','hello','Вебинариум']
  3. fout = open('a.txt','w')
  4. for i in range (len(a)):
  5.     print(a[i], file = fout)
Advertisement
Add Comment
Please, Sign In to add comment