FACTS_AdamC (AutomationDirect) asked a question.
Testing Code Wrapping
- from time import sleep as sleep
-
- for i in range(10):
- print("Hi")
- sleep(1)
- for(int i = 0; i <10; i++){
- cout<<"Hi"<<endl;
- delay(1000);
- }
FACTS_AdamC (AutomationDirect) asked a question.
- from time import sleep as sleep
-
- for i in range(10):
- print("Hi")
- sleep(1)
- for(int i = 0; i <10; i++){
- cout<<"Hi"<<endl;
- delay(1000);
- }
Copyright © 1999-2023 AutomationDirect. ALL RIGHTS RESERVED
Thanks for posting.