This website requires JavaScript.
Explore
Help
Sign In
sadpmpk
/
SudokuGame
Watch
1
Star
0
Fork
You've already forked SudokuGame
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
371dd810ca
SudokuGame
/
general
/
extras.py
2 lines
76 B
Python
Raw
Blame
History
def
bound_value
(
lower
,
val
,
higher
)
:
return
min
(
max
(
val
,
lower
)
,
higher
)
Reference in New Issue
View Git Blame
Copy Permalink