Question #225505

Create and Print List -3


This Program name is Create and Print List -3. Write a Python program to Create and Print List -3, it has two test cases


The below link contains Create and Print List -3 question, explanation and test cases


https://docs.google.com/document/d/1XFwFFMgfxj4_JbeCW_qXmh3-KnC2LtTp/edit?usp=sharing&ouid=104486799211107564921&rtpof=true&sd=true


We need exact output when the code was run

Expert's answer

n = int(input())
result = []
for i in range(n):
    result.append(int(input()))
print(result)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS