What does %d do in python?



What does %d do in python?..

Answer / Pawan Parimal

'%d' is a format string placeholder in Python that represents an integer value in a formatted string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is python rest api?

1 Answers  


What is __init__.py used for in python?

1 Answers  


What is anagram in python?

1 Answers  


What is the best web framework for Python?

1 Answers  


What is the difference between if and elif in python?

1 Answers  


Why should we hire you examples?

1 Answers  


How many types of loops are there in python?

1 Answers  


As python is more suitable for the server-side application, it is very important to have threading implemented in your server code. How can you achieve that in python?

1 Answers  


What super does in python?

1 Answers  


What are the rules for global and local variables in python?

1 Answers  


What are the attributes?

1 Answers  


What are the components of python memory manager?

1 Answers  


Categories