How to use In Range in Python - #First steps in Python 3
Today I learned a bit about a interesting little loop.
this is the In Range loop, it will loop the code a number of times.
so, for exemple:
for likes in range(1,11,1):
print("Thank you!")
this will print "Thank you!" 10 times.
The number in the middle of the () needs to be +1, so if I want to repeat it 10 times, than the number needs to be 11.
The course in using (it's in Portuguese): https://on.fiap.com.br/local/salavirtual/conteudo-digital.php
If you have any question or suggestion on other topics, feel free to comment down below or ask me in Facebook or Instagram!
Visit my Facebook Page in: http://fb.com/teteusbionicoficial
Visit my Instagram: https://www.instagram.com/teteusbionic/
Visit my Website: http://www.teteusbionic.com.br