Home > OS >  Refer to shell the random
Refer to shell the random

Time:10-09

Color=$[random % 7 + 31] what the results? 0-31 to 37 or 37? Why do you write?

CodePudding user response:

31 to 37 is evidently color matching value is the number 7
  • Related