; I/O in racket (display "Enter your name: ") (define name (read)) (display "Hello ") (displayln name)