Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
puts p inspect
Single-choice MCQ
What is the difference between `puts` and `p` for this array?
puts [1, 2, 3] p [1, 2, 3]