What does do in python?



What does do in python?..

Answer / Kaushal Kumar

'` is used in Python as a backtick. It's often used for marking code blocks within a string or for variable and function names that contain special characters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Difference between for loop and while loop in Python

1 Answers  


What is pip command in python?

1 Answers  


How do I make python scripts executable?

1 Answers  


What is string slicing in python?

1 Answers  


How do you iterate over a list and pull element indices at the same time?

1 Answers  


How many keywords are there in python? And why should we know them?

1 Answers  


What is json? Describe in brief how you’d convert json data into python data?

1 Answers  


Why do arrays have a 0 in it?

1 Answers  


What are python and name some key features of it?

1 Answers  


How to redirect the output of a python script from standout(ie., A monitor) on to a file?

1 Answers  


Can you sort a set in python?

1 Answers  


How to access a module written in python from c?

1 Answers  


Categories