Can you use r in python?



Can you use r in python?..

Answer / Jagdish Prasad

Yes, Python can use the r-style regular expressions with the re module.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Tell me what are different methods to copy an object in python?

0 Answers  


Explain how memcached should not be used in your python project?

1 Answers  


How will you reverse a list?

1 Answers  


How do you get a list of all the keys in a dictionary in python?

1 Answers  


What is split used for?

1 Answers  


Can a class be static?

1 Answers  


What is __ main __ in python?

1 Answers  


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

1 Answers  


How to convert sting to number and viceversa in python?

1 Answers  


What is a function?

1 Answers  


What is use of @classmethod, @staticmethod, @property in python?

1 Answers  


Explain static class variables in python?

1 Answers  


Categories