Create random_play.py

This commit is contained in:
xereeto 2024-03-09 18:07:37 +00:00
parent bf78959815
commit 91ce88e9eb
1 changed files with 4 additions and 0 deletions

4
random_play.py Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python3
import os
os.environ["random"] = "True"
import wordle