Advertisement
_Suraj_

infinite_I_LOVE_YOU

Mar 13th, 2024 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | Source Code | 0 0
  1. import time
  2. ab="I Love You❣️"
  3. while True:
  4.     time.sleep(0.5)
  5.     print(ab)
  6.    
Tags: python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement