You are viewing a single comment's thread. Return to all comments →
i = 4 d = 4.0 s = 'HackerRank ' integer_var = int(input()) integer_doub = float(input()) string = input() sum_int = i + integer_var print(sum_int) sum_double = d + integer_doub print(sum_double) print(f"{s}{string}")
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 →