Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
python x 1
1 Posted Topic
This should be the simplest! def time12to24hr(t): # Split into hour and minute with AM or PM [h,m] = input().strip().split(':') # m[-2:] because last two letters in minute are AM or PM if upper(m[-2:]) == 'AM': h = '00' if int(h)==12 else h # m[-2:] because last two letters in …
The End.
Abhinav_4