# 1เลือกประเภทWhat is a variable in programming?A type of functionA storage locationA type of loopA piece of hardware
# 2เลือกประเภทWhich of the following is a correct way to declare a variable in Python?var x = 5;int x = 5;x = 5declare x = 5;
# 3เลือกประเภทWhat is the purpose of a loop in programming?To store dataTo repeat a set of instructionsTo define a functionTo create a variable