import strutils let s = readLine stdin echo: s.multiReplace { "I" : "1" , "l" : "1" , "O" : "0" , "o" : "0" }