Python #10 - For: problemas

  Рет қаралды 518

Professor Just

Professor Just

Күн бұрын

Пікірлер: 1
@JoaoVictor-ym1wr
@JoaoVictor-ym1wr 4 жыл бұрын
# Contador: a, b = map(int, input("Contar de A a B. A e B: ").split()) if a > b: b -= 1 c = -1 elif a < b: b += 1 c = 1 else: print(a) exit() for c in range(a, b, c): print(c) # Tabuada: n = None while n not in range(0, 10): n = int(input("Digite um número de 0 e 9: ")) if n not in range(0, 10): print("Número inválido, tente novamente! ") for c in range(0, 11): print(f"{c:>2} X {n} = {c*n}")
Python #11 - Listas
18:42
Professor Just
Рет қаралды 627
The Oldest Unsolved Problem in Math
31:33
Veritasium
Рет қаралды 11 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 4,2 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 75 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 80 МЛН
Python #16 - Dicionários: problema da lista telefônica
15:02
Professor Just
Рет қаралды 2 М.
Python #08 - While: problemas
17:11
Professor Just
Рет қаралды 687
19 Métodos para arrays
2:19
Alex Freitas
Рет қаралды 8
Estudando Python - 10 - Exercícios estrutura de repetição While
14:27
Trilha Kotlin: POO - Herança- Parte 2 [ S1E57 ]
10:47
DevEduardoAlbuquerque
Рет қаралды 67
Python #13 - Listas: problema da lista de convidados
17:16
Professor Just
Рет қаралды 834
Python Classes and Objects - OOP for Beginners
8:01
Python Simplified
Рет қаралды 564 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 412 М.
Python #15 - Dicionários (parte 2)
7:57
Professor Just
Рет қаралды 327