Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Go
easy
Go
for-range semantics
Single-choice MCQ
What does this loop print?
for _, r := range "abc" { fmt.Printf("%c ", r) } // output?