You are viewing a single comment's thread. Return to all comments →
I used the code below to solve this problem in Python3 but it shows challenge not completed. Please help.
i = 4 d = 4.0 s = "HackerRank" a = 12 b = 4.0 c = " is the best place to learn and practice coding!" 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 used the code below to solve this problem in Python3 but it shows challenge not completed. Please help.