art python intro
This commit was merged in pull request #2.
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