Dapatkan waktu 1 menit kemudian di Python

now = datetime.datetime.now()
now_plus_10 = now + datetime.timedelta(minutes = 10)
Uptight Unicorn