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

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

10.166666666666666
Reply

% -- Modulus -- which gives us the remainder
Reply

print("123AMR_CS",5978)
print("Neo_144567$$%$##$%#!@#",123,True)
print('WQEQWE!@#@!#ASD',123,False,sep="_")
Reply

how to change directionality of printing:
print("اردو شاعری کا حسن")
Reply

Umair Ahmed
This is the first line of code
65.5
27*87+88/93
27*87+88/93
232881.5573327326
I am learning Python
My teacher is Mr. Ammar Tufail
Learning platform is Codanics
This is my third day
Reply