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

What are placeholder variables??

3rd Jul 2019, 9:14 PM
lushon burmeister
lushon burmeister - avatar
2 Answers
0
Traditionally place holders are used when variables aren’t mutable. So if I wanted to swap two varible values id use a place holder. in the example the place holder is c. a = 3 b = 1 c = a a = b b = c Now b=3 and a=1
15th Jul 2019, 10:46 PM
Spencer
Spencer - avatar
0
Thanks spencer
18th Oct 2019, 8:55 PM
lushon burmeister
lushon burmeister - avatar