How many asterisks will this code produce | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How many asterisks will this code produce

for i in range(8): if i %3==0: continue print("*") PLEASE EXPLAIN..

15th Dec 2020, 7:32 PM
ąø„Š³×©ą¹€ąø ą¹” Šŗąø¢ą¹“ąø„Š³
ąø„Š³×©ą¹€ąø ą¹” Šŗąø¢ą¹“ąø„Š³ - avatar
0 Resposta