adjusting comment

This commit is contained in:
talksik
2023-04-27 17:25:06 -07:00
parent 1b13759387
commit 6a3a0ca691
+1 -1
View File
@@ -24,7 +24,7 @@ if __name__ == '__main__':
robot("hey Arjun") robot("hey Arjun")
robot("You have maybe 12000 days left to live") robot("You have maybe 12000 days left to live")
robot("just drink some water") robot("just drink some water or something")
time.sleep(5) time.sleep(5)
except KeyboardInterrupt: except KeyboardInterrupt: