You actually have the correct answer. An excel formula starts with = so your answer would be =4*6
Democracy is the best form of government simply because no other form of government is known to work well. Democracy may have its flaws but all in all it .
use an anchor tag(<a>This is an anchor tag</a>) and use the href attribute and set it's destination to the section element who's id or class is "sisters".
Example:
<a href="#Sisters">Click Here!</a>
then you can add this somewhere on the document.
<section id="Sisters">Hello World!</section>
years = int(input("Enter the # of years: "))
print("You are "+str(years*365)+" days old")
I wrote the code in python 3.8. I hope this helps!