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 ____________ is useful in applications that must open an existing file because it allows the user to browse the system and select the file.

a. File Open Text method b. Open File Dialog control c. Open dialog box d. Windows Explorer

Computer Science & Information Technology

Web 2.0 is a reference to a more technically advanced version of the current web.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A routing table tracks the state and context of each packet in the conversation by recording which station sent what packet and when. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which two options are available when migrating a powered off VM and relocating the attached disks?(Choose two)

a. Raw Device Mapping Virtual compatibility b. Same format as source c. Thick Provision Eager Zereod d. Raw Device Mapping Physical compatibility

Computer Science & Information Technology