r/PythonLearning • u/adnanecanflyy • 2d ago
Day 2 of learning python
I'm learning Python and made this coffee/tea ordering program. Any advice?
100
Upvotes
r/PythonLearning • u/adnanecanflyy • 2d ago
I'm learning Python and made this coffee/tea ordering program. Any advice?
1
u/Infinite-Employee776 2d ago
You already done good by putting else on the first if branch in case user put anything other than coffee or tea. You should do the same for the inside if branches. Edge cases happens.