You are viewing a single comment's thread. Return to all comments →
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)
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
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)