Use the range() function to create the following lists:[7,5,-1,-5]
Answers
Answered by
0
Answer:
its a python program...
Explanation:
l=[]
for i in range (4):
l.append(int(input("enter the value")))
print(l)
#hope it helps you
please mark brainliest
Similar questions
Physics,
6 months ago
Computer Science,
6 months ago
Social Sciences,
1 year ago
Biology,
1 year ago
English,
1 year ago