У нас вы можете посмотреть бесплатно GCSE Python Challenge #1: Simple Chatbot или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The first of a few programming 'challenges', which are tasks I've set with the aim of practicing programming skills. For this video, these skills are some of the most basic: inputs and outputting (printing), using variables, and using arithmetic operations. Future challenges will required more advanced skills. These are designed as a complement to my Python tutorials, which you can see here: • GCSE Programming: Python Tutorials and Cha... My potential solution to this task: https://repl.it/@mrbrownCS/Simple-Cha... The task: Create a simple chatbot program where the user can have a basic conversation with the program. The user is asked questions and the computer responds using their answer, making it (slightly!) interactive. Success criteria: Minimum 8 lines of code Use of print statements Use of input statements Use of variable(s) Comments briefly explaining the code Use of non-string data types Use of a arithmetic operation (like modulo or exponentiation) Any questions/ feedback/ enquiries: tutorcomputerscience@gmail.com