in Bash script or Linux terminal
%%bash
date + '%T'
15:56:26
in Python
%%python3
from datetime import datetime
print(datetime.now().strftime('%T'))
15:56:27
If you want to get new posts, read newer Linux posts here.
in Bash script or Linux terminal
%%bash
date + '%T'
15:56:26
in Python
%%python3
from datetime import datetime
print(datetime.now().strftime('%T'))
15:56:27
If you want to get new posts, read newer Linux posts here.