what is %d in python
Answers
Answered by
0
Answer:
Answer:%d is a integer decimal representation of a numeric object. (It will raise TypeError for non-numeric objects). %s is the string representation of an object (equivalent to calling str() on it). ... You presumably understand that these are format specifiers used with the old “%” operator overloading for strings in Python.
hope u got ur answer and plzz mark me as brainliest
Answered by
0
Answer:
what do you mean by%d in Python
Similar questions