I m learning python and stumbled upon this piece of code please help me out
1. var = 10 2. while var > 0: 3. var = var -1 4