About Me:B.Tech and M.Tech-ECE

My photo
Warangal/Hanamkonda, TELANGANA,, India

Saturday, May 2, 2026

Python

 Python Programming 

windows+R

cmd\..

Install Python

Pip imutils

start Programming


Python

a=10

b=5

c=a+b

d=a-b

e=a*b

f=a/b

Print((c,d,e,f)


output

15 5 50 2.0

No comments:

Post a Comment