Python Issues
By
iHammmy
in Programming
in Programming
Go to solution
Solved by TRINHbot1101001,
Well it's been a while since I used python, but you could do something like:
t=0
while t>=0:
print("\a")
time.sleep(0.5)
t+=1
t is just a variable for time, so as long as your program is running, t is counting, and this loop continues
-
Topics
-
kerriya ·
Posted in Cases and Mods3 -
octester ·
Posted in Troubleshooting5 -
DavidPatrascu ·
Posted in General Discussion7 -
2
-
3
-
bill well ·
Posted in Peripherals1 -
4
-
2
-
Ha-Satan ·
Posted in Networking3 -
1
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now