My issue
My code
# Update the code below this line
a = 0
while a < 7:
a = a + 1
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Update the code below this line
a = 0
while a < 7:
a = a + 1
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone