What will be the output of the following Python code if the system date is: 6/19/2017
import datetimetday=datetime.date.today()tdelta=datetime.timedelta(days=10) print(tday+tdelta)
यदि सिस्टम का दिनांक है: 6/19/2017, तो निम्न पायथन कोड का आउटपुट क्या होगा
A. 2017-16-19
B. 2017-06-9
C. 2017-06-29
D. Error एरर