OS Exercise 1#

Question#

ADDQUESTION

Solution#

import os
output = os.execl("/bin/date")
print(output)

Explanation#