abobaker09

file_python

Oct 8th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #الملفات في بايثون
  2.  
  3. x=open('beko.txt','w')
  4. x.write('beko hilal mohemd hilal ')
  5. y=x.readline()
  6. print(y)
  7. x.close()
  8. print(y)
Advertisement
Add Comment
Please, Sign In to add comment