I have searched on the google but I did not find correct answer
I have the following code:
print("i have %d years old" % (15))
Is there a perfect references to learn how to use above way fully ?
I have searched on the google but I did not find correct answer
I have the following code:
print("i have %d years old" % (15))
Is there a perfect references to learn how to use above way fully ?