Build a Bill Splitter - Step 5

This passes:
print(“Tip amount:”, tip)

This FAILS:
print("Tip amount: " + str(tip))

===

But.. same concatenation approach works in Step 4 ! :backhand_index_pointing_down:

So, there should be some consistency I guess..

As long as output matches, shouldn’t both approach be acceptable? :thinking:

they should be, we have been working on the tests of this, if you find other steps with the same problem please report them