• + 4 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)