Python program to print an array in reverse order. from array import *. arr = array('i', []). n = int(input("enter number of elements")). for i in range(n):.
確定! 回上一頁