fork download
  1. a=input()
  2. b=input()
  3. c=input()# your code goes here
  4.  
  5. print(a+","+b+", "+c+", ")
Success #stdin #stdout 0.07s 14156KB
stdin
raz 
dwa 
trzy
stdout
raz ,dwa , trzy,