fork download
  1. P = int(input())
  2. K = int(input())
  3. print (P * K, P+K, P-K,
  4. sep ='<==>')
Success #stdin #stdout 0.11s 14116KB
stdin
25
5
stdout
125<==>30<==>20