Still fairly new to learning Python and find myself stuck on the tip calculator project. The project is to find 20% of 50. I’ve attempted it several times, but I’m not sure if I’m missing something or thinking too hard about it.
Original code:
bill = int(input())