I need a program for every second we need to print a "Hii" stirng using the python language
for every one second we need to greet "Hii" , I want this program in python langugage
i need python programm
import time
while 1 :
time.sleep(1)
print("hii")