mirror of
https://git.erg.school/P039/art_num_2024.git
synced 2026-02-04 04:59:18 +01:00
art python intro
This commit is contained in:
12
python/introduction/missing.py
Normal file
12
python/introduction/missing.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from time import sleep
|
||||
|
||||
love = True
|
||||
how = "so"
|
||||
|
||||
def missing(so):
|
||||
print(f"I miss you {so} much")
|
||||
|
||||
while love:
|
||||
missing(how)
|
||||
how += " so"
|
||||
sleep(0.2)
|
||||
Reference in New Issue
Block a user