filmov
tv
Python3 for beginners | Lesson#1 | Python3 sekhen (Hindi | Urdu)

Показать описание
Learn Python from scratch. This is very first lesson for python learning and whole series is there. The code which I used in this lesson is below:
print("Hello")
x = 2
if(x == 1):
print("x == 1 is true")
else:
print("x !== 2")
You can use this code for learning purpose.
You can also visit my blog if you want. The URL is below:
print("Hello")
x = 2
if(x == 1):
print("x == 1 is true")
else:
print("x !== 2")
You can use this code for learning purpose.
You can also visit my blog if you want. The URL is below: