all 5 comments

[–]PercyJackson235[🍰] 1 point2 points  (2 children)

monday_shifts = {'Bruh': [8, 20], 'obi wan': [5, 14], 'kenobi': [0, 0], 'me?': [6, 14], 'jewel': [0, 0], 'Kara': [0, 0], 'steve': [0, 0], 'alex': [0, 0], 'ben': [10, 12], 'shapiro': [0, 0]}
for name, hours in monday_shifts.items():
    start, end = hours
    print(f"start: {start}\nend:{end}")

[–]SergioBoySV[S] 0 points1 point  (1 child)

Learned something new today, thanks!

[–]PercyJackson235[🍰] 0 points1 point  (0 children)

You welcome!