Day 03
Made a number guessing game in Python. At first, I tried it myself then later I followed the instructions. The second method was a bit more complicated than the first one.
This is my method...
import random
print("Welcome to the guessing number gam...
jwcoding.hashnode.dev2 min read