fork download
  1. username = input('write a username here: ')
  2. print (username.strip())
Success #stdin #stdout 0.02s 9060KB
stdin
-MIKO-
stdout
write a username here: -MIKO-