About Lesson
You will learn basics of Python programming in this lecture.
Join the conversation

Type casting in Python means converting a value from one data type to another — for example, turning a string into an integer or a float into a string.
we use Type casting forConvert user input (usually a string) into numbers for math.Join numbers with strings in print statements.Avoid type errors when combining different data types.
Reply

And committed to promise with my self to complete it in 40 days. And I am requesting from you all that If I have face any problem, Then how I can ask about something?
Can you take me to a discussion group?
Reply

I started earlier but due my 5th semester exam, I quit for some days, Now I started again.
Reply

10.1666
Reply

umair nazeer and i am the student of communication engineering , i want to study data science just to help my carrier and to do freelancing
Reply

10.166666666666666
Reply

# dmas rule
x=10+20-30/4*50
print(x)
# bo dmas rule
y=(10+20-30)/6*3
print(y)
print(x+y)# pemdas rule
x= 10**-3+20-(30/40)*30-40
print(x)
Reply

27:14 (PEMDAS)
Answer: 10.166666
Reply

My self Zain Ul Abaiden. I have done my graduation in Computer Science. I am from Lahore. Now I am learning Data Science Course from codanics. My Linkdin Profile link is www.linkedin.com/in/zain-ul-abaiden and my github profile link is https://github.com/Zain-Ul-Abaiden
Reply

buht simple treqe sy
Reply