fork download
  1. a = input()
  2. b = input()
  3. print("("+a,b+")")
Success #stdin #stdout 0.07s 14116KB
stdin
qw
qwe
stdout
(qw qwe)