This commit is contained in:
2025-05-26 06:49:34 +08:00
parent e030d195b8
commit 88c8f2ca32
11 changed files with 19 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
compnum = 50
import numpy as np
compnum = np.random.randint(1, 100)
count = 0
number = int(input('Enter number to guess : '))
while number != compnum: