Answer:
The option to add the date and time to a document is located in the
text grouping on the Insert tab.
Explanation:
In *nix the logs are usually in /var/log . They're usually restricted to privelidged access. In Windows, the Event Logs
largest = int(input("Enter a number: "))
print("Largest: {}".format(largest))
i = 0
while i < 5:
num = int(input("Enter a number: "))
if num > largest:
largest = num
print("Largest: {}".format(largest))
i += 1
I hope this helps!