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()) sum1=i+a double1=d+b print(sum1) print(double1) 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()) sum1=i+a double1=d+b print(sum1) print(double1) print(s+c)