Find answers to your questions faster and easier with IDNLearn.com. Get prompt and accurate answers to your questions from our community of experts who are always ready to help.
Sagot :
Answer:
list1=[]
n=10
for i in range(n):
z=int(input("Enter number:"))
list1.append(z)
print(list1)
Thank you for participating in our discussion. We value every contribution. Keep sharing knowledge and helping others find the answers they need. Let's create a dynamic and informative learning environment together. IDNLearn.com has the solutions to your questions. Thanks for stopping by, and see you next time for more reliable information.