Array Ruby

array = ["Hello", "there", "AAA", 1, 2, 3]
puts array
p array