We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ec61d commit 72f05f6Copy full SHA for 72f05f6
Assessment/Wk2/seconds.py
@@ -40,5 +40,6 @@ def get_int(input_prompt, min_val=int(1), max_val=int(100)):
40
41
a_parts=tmp_conv.split(":")
42
43
+# I noticed the Minutes value column was misaligned on the assignments layout, but assumed that was an oversight.
44
print ( f'{"Input":6} {"Hours":>10} {"Minutes":>10} {"Seconds":>10} ')
45
print ( f'{var_seconds:<6} {int(a_parts[0]):10} {int(a_parts[1]):10} {int(a_parts[2]):10} ')
0 commit comments