Write a Python program to display the examination schedule

code:-

exam_start_date = (4,10,2021)
print( "The examination will start from : %i / %i / %i"%exam_start_date)
output:-
The examination will start from : 4 / 10 / 2021



Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post