Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asweigart/PythonStdioGames
/ displayControls
Function
displayControls
src/gamesbyexample/soroban.py:142–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
142
def
displayControls():
143
print(
' +q w e r t y u i o p'
)
144
print(
' -a s d f g h j k l ;'
)
145
print(
'(Enter a number, "quit", or a stream of up/down letters.)'
)
146
147
148
if
__name__ ==
'__main__'
:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected