adding delay

This commit is contained in:
talksik
2023-04-27 16:35:16 -07:00
parent 3eac69f120
commit 1ced7dad0e
+1
View File
@@ -12,6 +12,7 @@ if __name__ == '__main__':
try:
robot("Hello world how are you doing today?")
time.sleep(5)
except KeyboardInterrupt:
break