Answer:
Don't forget to close any parentheses you open. Other then that everything looks fine, I just polished it a little bit
Explanation:
name = input("What is your first name? ")
print("Hello", name)
age = int(input("How old are you? "))
print("In 10 years you will be", (age+10))
print("In 20 years you will be", (age+20))
print("5 years ago you were", (age-5))
Answer:
Option D: NOW
Explanation:
In Microsoft Excel, NOW function can be used to return a serial number that corresponds to the system date and time beginning with December 31, 1899.
The NOW function is useful when a date and time is required for calculation or display. The value will be updated each time we open the Excel worksheet. To use the NOW function, we can type in the formula as follows:
<em>=NOW() </em>
Answer:A. Testimony
Explanation:when someone knows something about what happened in the case held in court or they had witnessed what happened; In order to actual testify on what they know they are called on the stand and they have to raise their hand as a sign to swear an oath before the can give their testimony in court.
Answer:
C.Rudy
Explanation:
A deque waitingLine is created.Then Jack is added to front of the deque first.After that Rudy is added to the front of the deque.AFter that Larry and sam are inserted at the back.So the last item inserted at the front is front of the deque.So Rudy was the last item inserted at the front.
Hence we conclude that the answer is Rudy.
Answer:
The graphical user interface (GUI /dʒiːjuːˈaɪ/ jee-you-eye or /ˈɡuːi/) is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces, typed command labels or text navigation.