[Caution: Press CTRL + C, or close the terminal/program to exit loop]
Having fun the infinite looping using while loop
x= 1while(x==1):print('python says Hello!!!’) Press Ctrl + C to exit infinite loop')