+ 4
How many times you spend coding??
2 Respostas
+ 10
I Spend 3 Hours coding everyday, 3 hours on sololearn and the rest I do my extracurricular[Math, Physics, Biology]
def timeInAWeek(timeDay):
days = 7
total = days * timeDay
print("I spend a total of {}hours coding a week".format(total))
timeInAWeek(3)
---- Output ----
I spend a total of 21hours coding a week
😊😊😁😁☺😎
+ 9
I spend a variable amount of my time coding, depends
Sometimes as less than 1h, sometimes more than 5h