Python call tips | code completion tips explained for GCSE Computer Science

Опубликовано: 28 Сентябрь 2024
на канале: Pizzey Technology
213
3

Many students and newbie programmers ignore call tips (or "code completion tips") in the Python IDLE despite them being incredibly useful. They act like a reference manual that opens automatically each time you begin a function call. In this short video I introduce call tips and look at some parameters of the print function. After watching this video you might want to try typing another function name (e.g. int) that has a return data type.