Can you use tabs in python?



Can you use tabs in python?..

Answer / Deepak Kulhadiya

Yes, you can use tabs in Python, but it's generally recommended to use spaces for indentation because tabs can vary in width between different editors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Is python good for web development?

1 Answers  


Can python make websites?

1 Answers  


What is anaconda python used for?

1 Answers  


What is use of list comprehension ?

1 Answers  


Explain logical operators in python?

1 Answers  


How do you implement json given that python is best suited for the server-side application?

1 Answers  


What is the use of dir() function?

1 Answers  


How do you find the current version of python?

1 Answers  


How do you take input in python?

1 Answers  


How do I convert time to seconds in python?

1 Answers  


Can I use notepad ++ for python?

1 Answers  


Which method removes and returns last object of a list?

1 Answers  


Categories