Ola pessoal. Alguém poderia me explicar esse código:

a = 10
b = 12

for i in range(b):
if i % 3:
a = a + 3
elif i % 2:
a = a + 2
else:
a = a + 1
print(a)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.