Answer to Question #108836 in Python for johnny

Question #108836
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
1
Expert's answer
2020-04-09T13:12:14-0400
nums = [1, 2, 3, 4, 5, 6, 7]  # there is your set of numbers at that line
print(*nums)

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS