Como Usar Funções Dentro de While em Python
This video is an excerpt from a lesson in the complete Python course. IMPORTANT LINKS: Complete Python Course — Part 1: • Curso de Python Completo | Do Zero ao Proj... Complete Python Course — Part 2: • Curso de Python Completo | Parte 2: Try Ex... Complete lesson from which this excerpt was taken: • Funções em PYTHON - Tudo o que Você Precis... In this video, you will learn how to combine functions with `while` loops in Python to create more interactive programs. We start by using a function that receives a name, returns a welcome message, and is called inside a `while True` loop, allowing the program to continue running until the user enters an option to exit. Then, we create a practical example of discount calculation. The program receives the purchase value using `input()`, converts this value to a float, calls a function that calculates the discount, and displays the final price using f-strings. During the lesson, you will also understand the use of break, return, while True, data conversion, f-strings, and number formatting with two decimal places. This video is an excerpt from a lesson in the complete Python for Beginners course.

Curso de Python Completo | Do Zero ao Projeto em 13 Horas

Como Usar Loop For em Python (Como Repetir Tarefas no Código)

Python Input & Operators

How to Save Data in Python Using JSON (Lesson 17)

Codex: AI Agents, Skills, MCPs, and Vibe Coding

Curso COMPLETO de PYTHON desde CERO para PRINCIPIANTES -2026

How to Test Code in Python with unittest | Functions, Classes, and setup

How to Create and Manipulate Lists in Python

CHOSEN ONE!! YOUR IDENTITY REVEAL JUST SHOOK THE INTERNET... AND THEIR MINDS

Object-Oriented Programming in Python (Classes, Objects, and Methods)

Python Course in 1 HOUR: Complete for Beginners (2026)

Date with myself✨🦋

Como Usar While em Python (Estruturas de Repetição)

Inheritance: How to Create a Child Class in Python

The Invisible Phone: Ditch PSTN Forever – No IMEI, No IMSI, No KYC, Total Stealth Calling

Como Usar Input em Python (Recebendo dados do usuário)

How to Create Modules in Python (Organize Your Code)

Como Ler PDFs com Python - Tutorial

Como Usar If e Else em Python

