Hello im utterly new to python, i have this code for showing current time:
from datetime import datetime
time = datetime.now()
print(time)
workes fine but output look like this:
2018-04-05 10:55:36.615329
how do i get rid of all those "milliseconds"? so output would look like this
2018-04-05 10:55:36