Cruz Castillo

Generation

generate functionTue, 06 Jun 2023

program to add and print 5 times given hours, minutes and seconds introducing 5 time data for user?

def add_time(a, b, c, d, e, f, g, h, i, j): print(a + d + g + j) print(b + e + h) print(c + f + i) add_time(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)

Want to kickstart your project?Use the new AI Studio to create your code