- 1
Why is it wrong? Quz- How many second in an month?
print ( ( 60 / 1 ) * ( 60 / 1 ) * ( 24 / 1 ) * ( 30 / 1 ))
1 Réponse
+ 1
Brother William Htoo
Use this
print (60*60*24*30)
but for me both work just fine
print ( ( 60 / 1 ) * ( 60 / 1 ) * ( 24 / 1 ) * ( 30 / 1 ))