Add ok printer

Change-Id: I2064fba952e778aece7a2a77c6f302131225ff9c
This commit is contained in:
ArtofBugs 2023-11-02 10:11:51 -07:00 committed by ArtofBugs
parent b46cf866db
commit 81ba125135
1 changed files with 3 additions and 0 deletions

3
ok.py Normal file
View File

@ -0,0 +1,3 @@
# Print "ok" a lot.
for _ in range(-1 * ord('o'), ord('k')):
print("ok")