Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. >>> print "hello, world\n"
  2. hello, world
  3. <- newline here
  4. >>> "hello, world\n"
  5. 'hello, world\n'
  6. >>>
  7.  
  8.  
  9. >>> data['desc']
  10. 'ACNielsen is a world leader in the field of market research and known \r<br />throughout the business community for both the high quality and innovative \r<br />nature of the software and services that we provide.&nbsp; \r<br /> <br />Our dynamic, fast-paced Applications Development department is seeking \r<br />motivated individuals to assume a key role in implementing software solutions \r<br />using leading edge technology.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r<br /> <br />Applicants should have a major in computer science and have&nbsp; experience in at \r<br />least some of the following:&nbsp; \r<br />C,C++, Visual Basic, ASP, or SQL.&nbsp; Applicants must have strong communication \r<br />skills, programming experience and a genuine desire to contribute.&nbsp;&nbsp;&nbsp; \r<br />If you are eager to gain valuable career experience and contribute to the growing \r<br />success of a progressive technology-driven company,&nbsp; please submit your resume \r<br />and grade report.'
  11. >>> print data['desc']
  12. <br />using leading edge technology.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&<br />and grade report.ressive technology-driven company,&nbsp; please submit your resume n at
  13. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement