Im kind of having trouble understanding the use of this sign %, I thought its only for solving remainders in python but I saw my prof using this to print a statement. Here's an example code that I dont get; enter image description here
in the image, i dont get the highlighted in red text which is the use of %d and **%.3f** Is the letter d fixed? or i can use any other alphabet characters for that? What and when can I use it? What is it called in python so that maybe i can searched it on youtube