Computer Science, asked by roopashreegowda29, 1 day ago

Program to print any five proverbs using escape sequence ​

Answers

Answered by swaransingh49957
2

Answer:

hlo

here izz ur answer

(≡^∇^≡)

We know an excellent deal about print function now. With this knowledge, let's try to print "ToolsQA" - Sounds simple? We know we can print anything using a print function with a double-quote inside. So what if we need to print something which already has a double quote? Can we use multiple double quotes in this case? Something like print (" "ToolsQA" ")? No, it doesn't work, unfortunately. This is where escape sequences in Python come for our rescue.

Additionally, we will also get to know some other fantastic stuff. Here is what we will cover in this tutorial

Similar questions