Answer to Question #290664 in Python for gudani

Question #290664

Using pseudocode, declare an array called ‘marks’ that will hold the following four values: 20, 60, 30, 90


1
Expert's answer
2022-01-26T17:49:34-0500
#   Using pseudocode, declare an array called ‘marks’ that will hold the
#   following four values: 20, 60, 30, 90


'''
    Pseudocode:
    - Declare an array called marks
    - put marks as 20, 60, 30 and 90 as marks = [20, 60, 30, 90]
    - Display the marks using print command
'''
marks = [20, 60, 30, 90]
print("Marks = ",marks)

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