Answer:
import datetime
user = input("Enter date in yyyy,m,d: ").split(",")
int_date = tuple([int(x) for x in user])
year, month, day =int_date
mydate = datetime.datetime(year, month, day)
print(mydate)
x = mydate.strftime("%B %d, %Y was a %A")
print(x)
Explanation:
The datetime python module is used to create date and time objects which makes it easy working with date-time values. The user input is converted to a tuple of integer items, then they are converted to date time objects and parsed to string with the strftime method.
spec sheet is a document that summarizes the performance and other technical characteristics of a product, machine or component.
C because previous sends you back to something before such as a web page, Next does the opposite and I can't remember what Show MarkUp does.
Answer:
RESET...
Explanation:
.The file is not Indexed for searches.
.The file can only be viewed.
.The file is ready for backup.
.The file or folder is hidden.
√ Reset
.Next
Answer:
It can improve the quality of human life because it can be used as a learning and education media, the mass communication media in promoting and campaigning practical and important issues, such as the health and social area. It provides wider knowledge and can help in gaining and accessing information.
<em>That</em><em>'</em><em>s</em><em> </em><em>my</em><em> </em><em>answer</em>