HomePython Write a Python program to display the examination schedule Vikram somai October 04, 2021 0 Comments Facebook Twitter Write a Python program to display the examination schedulecode:-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 Tags Python Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!