0
How many stars will the following snippet send to the console?
I = 2 While I >= 0: Print("*") I -= 2
1 Antwort
+ 6
I would suggest reviewing the course of sololearn and then , Try your code in code- playground and come back with your question someone will be here to answer your query 👍