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 |
Tell me what are different methods to copy an object in python?
Explain how memcached should not be used in your python project?
How will you reverse a list?
How do you get a list of all the keys in a dictionary in python?
What is split used for?
Can a class be static?
What is __ main __ in python?
What is json? Describe in brief how you’d convert json data into python data?
How to convert sting to number and viceversa in python?
What is a function?
What is use of @classmethod, @staticmethod, @property in python?
Explain static class variables in python?