Lecture 1
Topics Covered
ATTEMPT THE EXAMPLES USED IN THE LECTURE
print("This is a python tutorial")
print()
print(len("This is a python tutorial"))
name = “AKSHAY GUPTA”
city = “DELHI”
Display/Output :
My name is AKSHAY GUPTA and i live in DELHI.
name="AKSHAY GUPTA"
city="DELHI"
print("My name is " + name + " and i live in " + city)Display/Output :
My name is users_name and i live in users_city
name =input("What is your name? ")
city =input("Which city do you live in? ")
print("My name is " + name + " and i live in " + city)
Course karna ha
Sir, please go to this link and buy the course here :
https://rzp.io/l/buy-python-course
You will get access to full python course.
I want to learn python
Sir, please go to this link and buy the course here :
https://rzp.io/l/buy-python-course
You will get access to full python course.
Well explaination sir for the absolute newcomer. Please let guide how to pay to enrol for the full course