What is a placeholder variable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a placeholder variable?

31st Mar 2019, 4:52 PM
Dipjyoti Borah
Dipjyoti Borah - avatar
3 Answers
+ 2
Where have you found this term?
31st Mar 2019, 6:48 PM
HonFu
HonFu - avatar
+ 2
://%s is used as a placeholder for string values you want to inject into a formatted string. %d is used as a placeholder for numeric or decimal values.
31st Mar 2019, 6:56 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
Aah, okay, format-function/method, I see.
31st Mar 2019, 7:04 PM
HonFu
HonFu - avatar