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 |
Is python good for web development?
Can python make websites?
What is anaconda python used for?
What is use of list comprehension ?
Explain logical operators in python?
How do you implement json given that python is best suited for the server-side application?
What is the use of dir() function?
How do you find the current version of python?
How do you take input in python?
How do I convert time to seconds in python?
Can I use notepad ++ for python?
Which method removes and returns last object of a list?