Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mrinank-Bhowmick/python-beginner-projects
/ clear
Function
clear
projects/Spotify Player/main.py:119–122 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
117
118
119
def
clear(val):
120
if
val != 0:
121
time.sleep(val)
122
os.system(
"clear"
)
123
124
125
###################
Callers
3
checklist
Function · 0.70
main
Function · 0.70
spinner
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected