Create a string variable that contains the sentence “Don’t do that!” in it. Create a string variable that contains double quotes in it. Create a string variable that has a tab in it. Create a string variable that has a filename in it with backslashes.

What will be an ideal response?

var = "Don't do that!"
var2 = '"What do you mean?" asked Harry'
or
var2 = "\"What do you mean?\" asked Harry"
var3 = "This sentence sure is \t drawn out"
var4 = r"C:\ip-book\mediasources\barbara.jpg"

Computer Science & Information Technology

You might also like to view...

The cropped portion of an image is ________

A) canceled B) erased C) deleted D) hidden

Computer Science & Information Technology

Once you join Pinterest, Pinterest adds a Pin It button to your browser's ________ bar

A) toolbar B) bookmarks C) history D) favorites

Computer Science & Information Technology