The correct term you're looking for in this instance is capacity as it limits the amount of storage on a secondary device
Answer:
see picture. let me know if you have questions.
Answer:
age=int(input("Enter age"))
if age>=18:
print("You are Young")
else
print("You are child")
Explanation:
if you have any query or any problem kindly ask in comment