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())