You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In this exercise, you will need to work out what num represents?
7
8
// Try breaking down the expression and using documentation to explain what it means
8
9
// It will help to think about the order in which expressions are evaluated
9
10
// Try logging the value of num and running the program several times to build an idea of what the program is doing
11
+
//results: 4,23,91,46 the program is giving you a random number while math.random give you a random decimal number math.floor rounds the total number up
0 commit comments