Mini Project 1 Solutions
Mini Project 1 Solutions
Solution:
print("Data-Science-Mentorship-Program-started-By-Wayspire")
Solution:
Solution:
# Using arithmetic
a=a+b
b=a-b
a=a-b
import math
Solution:
si = (p * r * t) / 100
Solution:
Solution:
Solution:
nth_term = a + (n - 1) * d
Solution:
Solution:
tank_volume = H * L * B
glass_volume = 3.14 * (r ** 2) * h
Solution:
da = ctc * 0.05
pf = ctc * 0.03
tax = 0
if ctc < 5:
tax = 0
tax = 10
tax = 20
else:
tax = 30