List Down Every Method You Tried to Earn Money!!
(Doesn't matter you earn anything from it or not just add full list of your attempts you tried so far)
Sometimes wisdom lies in accepting that not everybody can make it.
This doesn't mean you cannot do anything; it is just that you have come to your senses.
Day 6 of learning python as a beginner.
Topic: Lists and Tuples.
Both lists and tuples are used to store collection of items. Lists are mutable i.e. it can be changed while tuples are immutable i.e. it cannot be changed.
For practice I coded a bas