Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. target.write("%s \n %s \n %s \") % (line1, line2, line3)
  2.  
  3. #giver dette output.
  4.  
  5. [root@daniel-pc code]# python ex16.py test.txt
  6.  File "ex16.py", line 27
  7.    target.write("%s \n %s \n %s \") % (line1, line2, line3)
  8.                                                           ^
  9. SyntaxError: EOL while scanning string literal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement