+ 2
What is [b] and [/b] in python??
This task was in quiz: Fill in the blanks to print all even numbers in the list. x = [] for y in range(12): if y[b] % [/b]2 == 0: x.append(y) continue print(x) What is this? My IDE gives an error
2 Respuestas
+ 5
This is an error in the quiz. Please do as I once did and report via the in-app feature or at info@sololearn.com
+ 3
Thank you. Reported