In python, a comma-separated sequence of data items that are enclosed in a set of brackets is called.

See Answers (1)

Suggested Answer

A LIST is the term used in Python to refer to a group of data items that are separated by commas and enclosed in a set of brackets.A running total is a sum of figures that increases with each loop iteration. A variable called an accumulator is utilized to maintain the running total. In Python, a list is an ordered sequence of elements that can be changed or modified. A list's items are any elements or values that are contained within it. Lists are defined by having values inside square brackets, much like strings are defined by characters inside quotations. When a program needs to process one or more instructions repeatedly until a condition is met, at which point the loop stops, repetition structures, sometimes known as loops, are utilized.Learn more about python here-https://brainly.com/question/18502436#SPJ4

Related Question in Computers and Technology