puts(read_line.codepoints.map {|a| (65 .. 90).includes?(a) ? ' ' + a : ((97 .. 122).includes?(a) ? '\0' + (a - 32): '\0' + a)}.join(""))