How do you get the current time in python? I have seen people get the date and time, but I only want the time as a string.
For example, if the current time was 8:30, the command should output: "8:30".
Also, how do you find what day of the week it is>
For example, if it is Tuesday hen the output should be: 2.