python_datetime_strftime_y_1.py:
x
 
import datetime
x = datetime.datetime.now()
print(x.strftime("%y"))