4. Data types(intro) Data Types - As in other programming languages, data types are very important. - Since Python provides many practical data types, it is very important to clearly understand and use them. - For now, only the very basics of data types are covered. data types 01 data types 02 ### [Self-Practice] ### 5. loop statement: for for loop 01 for loop 02 for loop 03 for loop 04 ### [Self-Practice] ### 6. Do you know the difference between 'keywords' and 'statement'? Keywords(Reserved Words) - What are keywords? - Literally meaning 'important word', it means that the programmer cannot change it. - Keywords may differ slightly depending on the Python version. difference between keywords_and_statements 7. Functions Python has several functions that are readily available for use. These functions are called built-in functions. In this page, you will find all the built-in functions in Python. we already have s...
Comments
Post a Comment