From 91ce88e9eb006c0c7adaedcc2a85d9c40deea9ca Mon Sep 17 00:00:00 2001 From: xereeto Date: Sat, 9 Mar 2024 18:07:37 +0000 Subject: [PATCH] Create random_play.py --- random_play.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 random_play.py diff --git a/random_play.py b/random_play.py new file mode 100644 index 0000000..7df3a09 --- /dev/null +++ b/random_play.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python3 +import os +os.environ["random"] = "True" +import wordle