fork download
  1. # your code goes here
  2. num1,num2=input().split(",")
  3. num1=int(num1)
  4. num2 =int(num2)
  5. print(num1,num2)
Success #stdin #stdout 0.04s 9784KB
stdin
2,3
stdout
2 3