i want to create a function in which the writes a date to his choice in dd/mm/yyyy type, and then it will print the day in the week for the wrriten date (i'm a begginer so should use simple slicing/conditions/imports (i was told as a clue to use calender.weekday). for ex:
Enter a date: 01/01/2000
Saturday
Enter a date: 27/11/2051
Monday