Hello Word |

Опубликовано: 28 Август 2026
на канале: AriCodes
27
3

Python Basics - Hello World
Python Files are saved using .py extension.
Code: print("Namaste Duniya")
We use print function to output something.
Print function is an in-built function which is used as output function.
We use double quotation("") or single quotation ('') to signify strings.
Strings are group of characters/letters