Skip to content

math operations in python#15

Open
sitikanthamallik wants to merge 5 commits intoAs2771-patch-2from
master
Open

math operations in python#15
sitikanthamallik wants to merge 5 commits intoAs2771-patch-2from
master

Conversation

@sitikanthamallik
Copy link

a=8
b=6
c = a + b
print c
c = a - b
print c

c = a * b
print c

c = a / b
print c

c = a % b
print c
c = a**b
print c
c = a//b
print c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants