Python Notes
Addition
Mon 10 August 2026
a
=
10
b
=
80
c
=
a
+
b
c
90
Score: 15
Category:
math-work
Sub
Mon 10 August 2026
a
=
10
b
=
40
c
=
a
-
b
print
(
c
)
-30
Score: 10
Category:
math-work
Read More
Page 1 of 1