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
The <span>element located on the top left of the Word screen is the Quick Access Toolbar. </span>On the quick access toolbar, you can find some of the common functions that you will need to use on a regular basis, it contains commands that are used most often, for example Redo, Undo and Save etc.
Answer:
numbers = '14 36 31 -2 11 -6'
nums = numbers.split(' ')
for i in range(0, len(nums)):
nums[i] = int(nums[i])
print(nums)
Answer:
examples are:
com or .edu is a top-level domain name (TLD)
cornell.edu is a second-level domain name (SLD)
bigred.cornell.edu is a third-level or three-part domain name
project.bigred.cornell.edu is a fourth-level or four-part domain name
hope this helps you.