У нас вы можете посмотреть бесплатно Input validation Problem Solving w/Python Ch 4 Lecture 3 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Do you want to learn to code? If you're a beginner, you're in the right place! This video is part of an introductory series that will teach you to program in the popular Python programming language. In this video, we learn how to validate input with a loop. An input validation loop will require the user to enter values until they enter a value in the correct range, ensuring that your program doesn't process bad data. This series of videos is suitable for beginners or experienced programmers who want to learn Python. Let's have some fun learning to program with Python! The video on checking ranges is here: • Python logical (and or) operators and rang... The video on complementing logical expressions is here: • Complements, asserts, Boolean vars, and th... You can purchase the book that goes with this video series here, as an ebook: https://amzn.to/3oiWwOb Or textbook: https://www.barnesandnoble.com/w/prob... You can practice with the code from this video here*: https://codecheck.io/files/2307251745... The github repository with all of the code examples for the book and these videos is here: https://github.com/ProfessorBurke/Pyt... If you want to earn credit for learning to code, take an online course at CCRI! These videos are part of the Programming Concepts course: https://ccri.edu/comp/ Thermometer image modified from: https://upload.wikimedia.org/wikipedi... Attribution: Mrmw, CC0, via Wikimedia Commons *The CodeCheck system courtesy of Cay Horstmann, https://horstmann.com/codecheck/ Public URL (for your students): https://codecheck.io/files/2307251745... Edit URL (for you only): https://codecheck.io/private/problem/... 00:00 Where we've been and where we're going 00:46 How to write an input validation loop