#!/usr/bin/env python3
import datetime

print("Hello from Python!")
print(f"Today is: {datetime.datetime.now()}")