SyntaxFix
Write A Post
Hire A Developer
Questions
Here is the complete syntax,
#!/usr/bin/python3 import time def your_function(): print("Hello, World") while True: your_function() time.sleep(10) #make function to sleep for 10 seconds