Basic Syntax of Python

Опубликовано: 05 Март 2025
на канале: edRevolution Tech
79
1

Learn how to write textual data, comments, and numbers and understand the importance of different data types in Python. if you are new to programming it will give you an idea of what is syntax.

Timestamp:
00:00 Comments in Python
02:10 Datatype(int, str, float)
03:50 Strings (How to write strings in python)
07:40 multiline strings in Python
08:15 Escape characters (\, \t, \n) and their importance in Python