True, anthropology is about the study of humans and human behaviour and societies in the past and present. Social anthropology and cultural anthropology study the norms and values of societies.
Answer:
user_string = input("Input a string : ")
output = user_string.isnumeric()
if output == True:
print("yes")
else:
print("no")
Explanation:
- First of all check whether user input have all numeric value or not
.
- Display yes if string contain all numeric values
.
- Display no if string contain at least one non - integer character
.
order: soil, plant seeds, water, seedling, corn plant