How to use In Range in Python - #First steps in Python 3

Subscribers:
2,490
Published on ● Video Link: https://www.youtube.com/watch?v=TA2iCVOHUIQ



Duration: 7:43
17 views
4


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




Other Videos By Teteus Bionic (Teteus Bionic)


2021-05-26The Difference between Lists and Definitions - #First steps in Python part 9
2021-05-26A Diferença entre Listas e Definições - #Primeiros passos com Python parte 9
2021-05-21How to Define and Modulated a Code in Python - #First steps in Python part 8
2021-05-21Como Definir e Modular Código em Python - #Primeiros passos com Python parte 8
2021-05-20Como Procurar e Modificar Listas em Python - #Primeiros passos com Python parte 7
2021-05-20How to Search and Modify Lists in Python - #First steps in Python part 7
2021-05-18Como ler LISTS com Python - #Primeiros passos com Python - 6
2021-05-18How to use and read LISTS in Python - #First steps in Python 6
2021-05-17Como usar LISTAS com Python - #Primeiros passos com Python parte - 5
2021-05-17How to use Lists in Python - #First steps in Python 5
2021-05-13How to use In Range in Python - #First steps in Python 3
2021-05-13Como usar In Range com Python - #Primeiros passos com Python parte - 4
2021-05-12Como usar Elif e While com Python - #Primeiros passos com Python parte - 3
2021-05-12How to use Elif and While in Python - #First steps in Python 2
2021-05-03Kinetic energy is the most common energy
2021-05-03A energia Cinética é a Energia Mais Comum
2021-04-30Como usar Variáveis com Python - #Primeiros passos com Python
2021-04-30How to use Variables in Python - #First steps in Python 2
2021-04-29Como o Experimento da Fenda Dupla Mudou Física para Sempre
2021-04-29How The Double Slit Experiment Changed Physics Forever
2021-04-26Iniciando com Python - #Iniciando com Python parte - 1



Tags:
Programação de Jogos
Curso de Programação de Jogos
Palestra Programação de Jogos
Oficina Programação de Jogos
Scratch
Fazer Jogo
Criar um Jogo
Como fazer um jogo
Fazer um jogo sozinho