• + 1 comment

    i = 4 d = 4.0 s = 'HackerRank '

    a = int(input()) b = float(input()) c = str(input()) print(i+a) print(d+b) print(s+c)