Computer Science, asked by garimad99667, 9 months ago

what is %d in python

Answers

Answered by abhaytamang111
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 arnav1022008
0

Answer:

what do you mean by%d in Python

Similar questions