Answer: True
Explanation: A database query is a request to access data from a database to manipulate it or retrieve it.
brainliest for correct answer
If you are printing a statement and want to remove extra spaces between the text and the variables, which symbol can you use to do this?
*
+
~
/
You should use the symbol /
brainliest for correct answer!
To program a digital turtle to trace the outline of a hexagon, what code should be used?
forward 50
repeat 6 [forward 50 right 60]
repeat 3 [forward 50 right 90]
repeat 4 [forward 50 right 60]
Answer:
repeat 6 [forward 50 right 60]
Explanation:
Hexagon has 6 sides!
Brainliest for correct answer
What does an iteration variable do?
link to the database
translate from decimal to binary
keep track of how many times a loop has executed
choose whether to run a conditional or count variable
Answer:
its the 4th sentence
Explanation:
brainliest for correct answer
In Python, == is used to create a variable.
True
False
Answer:
true
Explanation: